-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
25 lines (20 loc) · 855 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
rtsp_server
Copyright (C) GNU.
Brief description of project....
-----------------------------------------------------------------------------
Build
-----------------------------------------------------------------------------
$ ./autogen.sh $CONFIGURE_FLAGS
$ make
-----------------------------------------------------------------------------
Build with documentation generated (usually for libraries)
-----------------------------------------------------------------------------
$ ./autogen.sh --enable-gtk-doc
$ make
( If built with the --enable-gtk-doc flag above you can view the index.html
file in your web browser. )
$ firefox ./docs/reference/index.html
-----------------------------------------------------------------------------
Install
-----------------------------------------------------------------------------
$ sudo make install