Changes between Version 17 and Version 18 of Video_Users_Guide
- Timestamp:
- Sep 1, 2011 2:50:49 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Video_Users_Guide
v17 v18 122 122 123 123 Follow these steps to build vidgui sample: 124 125 {{{124 1. Go to vidgui source directory: 125 {{{ 126 126 $ cd pjsip-apps/src/vidgui 127 }}} 128 1. Generate Makefile. For Linux: 129 {{{ 127 130 $ qmake 131 }}} 132 and for Mac OS X: 133 {{{ 134 $ qmake -spec macx-g++ 135 }}} 136 1. Build the app: 137 {{{ 128 138 $ make 129 }}}139 }}} 130 140 131 141 ==== Visual Studio ====