~ubuntu-branches/ubuntu/wily/sflphone/wily

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
26
27
28
29
30
31
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