win_compilation_howto
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| win_compilation_howto [2017/08/05 15:55] – maefloresta | win_compilation_howto [2017/08/05 16:58] (current) – maefloresta | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| =====How to compile TupiTube Desk from source code (Windows 7 - 32 bit)===== | =====How to compile TupiTube Desk from source code (Windows 7 - 32 bit)===== | ||
| - | **Warning: | + | **Warning: |
| 1. Download the dependencies required to compile TupiTube Desk\\ | 1. Download the dependencies required to compile TupiTube Desk\\ | ||
| 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 TupiTube Desk 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 | ||
| Line 64: | Line 69: | ||
| * Execute the script located at: C: | * Execute the script located at: C: | ||
| - | 8. Install the TupiTube Desk binaries in your system | + | 8. Install the binaries in your system |
| * Execute the script located at: C: | * Execute the script located at: C: | ||
| - | * The TupiTube Desk installation path will be: C: | + | * The installation path will be: C: |
| 9. To run TupiTube Desk, execute the file: C: | 9. To run TupiTube Desk, execute the file: C: | ||
win_compilation_howto.1501948558.txt.gz · Last modified: 2017/08/05 15:55 by maefloresta
