From 62c50d8bc9c40dd3b85b8b8f5681cf8be6b743ef Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 29 Aug 2011 02:34:42 +0000 Subject: Added build instruction to vidgui sample (re #1327) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3729 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/vidgui/INSTALL.TXT | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pjsip-apps/src/vidgui/INSTALL.TXT diff --git a/pjsip-apps/src/vidgui/INSTALL.TXT b/pjsip-apps/src/vidgui/INSTALL.TXT new file mode 100644 index 00000000..6f94c935 --- /dev/null +++ b/pjsip-apps/src/vidgui/INSTALL.TXT @@ -0,0 +1,32 @@ + + vidgui + +This directory contains a Qt based video GUI sample. + +Requirements: +======================== + - pjsip built with video support + - Qt SDK version 4.5 or above (version <4.5 doesn't have Cocoa support) + +Build instructions: +=================== + - Build pjsip first + - Follow the instructions for the appropriate platform below: + + Visual Studio + ------------- + - Run this to generate Visual Studio project file: + c:> qmake -tp vc + - Open vidgui.vcproj and build the app + + + Mac OS X + -------- + $ qmake -spec macx-g++ + $ make + + Linux + ----- + $ qmake + $ make + -- cgit v1.2.3