win_compilation_howto
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
win_compilation_howto [2017/08/05 16:52] – maefloresta | win_compilation_howto [2017/08/05 16:58] (current) – maefloresta | ||
---|---|---|---|
Line 11: | Line 11: | ||
* https:// | * https:// | ||
* Libav | * Libav | ||
- | * http://builds.libav.org/windows/ | + | * http://www.libav.org/ |
* Git for Windows | * Git for Windows | ||
* http:// | * http:// | ||
Line 28: | Line 28: | ||
This step is required to have access to the Qt commands from console. To verify this step, open a Windows terminal and type: | This step is required to have access to the Qt commands from console. To verify this step, open a Windows terminal and type: | ||
- | * qmake -version | + | < |
+ | qmake -version | ||
+ | </ | ||
You should get an output similar to this: | You should get an output similar to this: | ||
+ | < | ||
+ | C: | ||
- | C: | ||
QMake version 3.0 | QMake version 3.0 | ||
Using Qt version 5.3.2 in C:/ | Using Qt version 5.3.2 in C:/ | ||
+ | </ | ||
4. Compile and install the Quazip library | 4. Compile and install the Quazip library | ||
From the Windows console run these commands: | From the Windows console run these commands: | ||
- | * cd C: | + | < |
- | | + | cd C: |
- | | + | qmake -config release " |
- | | + | make |
+ | make install | ||
+ | </ | ||
5. Download TupiTube Desk source code | 5. Download TupiTube Desk source code | ||
From the Windows console run these commands: | From the Windows console run these commands: | ||
- | * cd C: | + | < |
- | | + | cd C: |
+ | git clone https:// | ||
+ | </ | ||
6. Compile the source code | 6. Compile the source code | ||
From the Windows console run these commands: | From the Windows console run these commands: | ||
- | * cd C: | + | < |
- | | + | cd C: |
- | | + | qmake -config release |
+ | make | ||
+ | </ | ||
7. Prepare the libraries required by TupiTube Desk | 7. Prepare the libraries required by TupiTube Desk | ||
win_compilation_howto.1501951959.txt.gz · Last modified: 2017/08/05 16:52 by maefloresta