forked from UCAPA/ucapa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
COMPILE
34 lines (28 loc) · 923 Bytes
/
COMPILE
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
33
34
To compile this Application Programming Interface you will need to use ASIO and FFMPEG.
You can find latest version of ASIO here :
http://think-async.com/Asio/Download
And the latest version of FFMPEG here :
http://ffmpeg.org/download.html
Recommended versions :
- ASIO 1.10.1 (use the standalone non-boost version)
- FFMPEG 32 bit
Then create a folder name "external" at the root of your API folder.
In external :
extract ASIO and rename it "asio".
extract FFMPEG and rename it "FFmpeg".
After this, you should have this directory structure :
<UCAPA>/
-> examples/
-> ...
-> external/
-> asio/
-> some folders and files
-> FFmpeg/
-> some folders and files
-> include/
-> ...
-> src/
-> ...
To build the API with QtCreator using the existing project, we recommend to
choose <UCAPA>/build as build directory.
Note that the API is independant of Qt, only example applications require it.