Changes between Version 17 and Version 18 of Video_Users_Guide


Ignore:
Timestamp:
Sep 1, 2011 2:50:49 AM (13 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Video_Users_Guide

    v17 v18  
    122122 
    123123Follow these steps to build vidgui sample: 
    124  
    125 {{{ 
     124 1. Go to vidgui source directory: 
     125    {{{ 
    126126$ cd pjsip-apps/src/vidgui 
     127    }}} 
     128 1. Generate Makefile. For Linux: 
     129    {{{ 
    127130$ qmake 
     131    }}} 
     132    and for Mac OS X: 
     133    {{{ 
     134$ qmake -spec macx-g++ 
     135    }}} 
     136 1. Build the app: 
     137    {{{ 
    128138$ make 
    129 }}} 
     139    }}} 
    130140 
    131141==== Visual Studio ====