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/02/02 22:24] – maefloresta | win_compilation_howto [2017/08/05 16:58] (current) – maefloresta | ||
---|---|---|---|
Line 3: | Line 3: | ||
;#; | ;#; | ||
- | =====How to compile | + | =====How to compile |
- | **Warning: | + | **Warning: |
- | 1. Download the dependencies required to compile | + | 1. Download the dependencies required to compile |
- | * Qt 5.3 | + | * Qt 5.x (version > 5.4) |
- | * http://download.qt-project.org/archive/ | + | * https://www.qt.io/download-open-source/ |
* Libav | * Libav | ||
- | * http://builds.libav.org/windows/ | + | * http://www.libav.org/ |
* Git for Windows | * Git for Windows | ||
* http:// | * http:// | ||
Line 18: | Line 18: | ||
2. Install the dependencies into the following paths: | 2. Install the dependencies into the following paths: | ||
- | * Qt must be installed into C:\Qt-5.3.2 | + | * Qt must be installed into C:\Qt-5.x |
* Libav must be installed into C:\libav | * Libav must be installed into C:\libav | ||
* Git must be installed into the default path but ensuring its commands are available from the Windows console | * Git must be installed into the default path but ensuring its commands are available from the Windows console | ||
- | * Quazip source code must be uncompressed at C:\tupi\sources\quazip-0.7 | + | * Quazip source code must be uncompressed at C:\tupitube\sources\quazip-0.7 |
- | 3. Ensure the following Qt paths are included in your system variable | + | 3. Ensure the following Qt paths are included in your PATH system variable: |
* C: | * C: | ||
* C: | * C: | ||
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:\tupi\sources\quazip-0.7 | + | < |
- | | + | cd C:\tupitube\sources\quazip-0.7 |
- | | + | qmake -config release " |
- | | + | make |
- | + | make install | |
- | 5. Download | + | </ |
+ | 5. Download | ||
From the Windows console run these commands: | From the Windows console run these commands: | ||
- | * cd C:\tupi\sources | + | < |
- | | + | cd C:\tupitube\sources |
- | + | git clone https:// | |
- | 6. Compile the Tupi source code | + | </ |
+ | 6. Compile the source code | ||
From the Windows console run these commands: | From the Windows console run these commands: | ||
- | * cd C:\tupi\sources\tupi | + | < |
- | | + | cd C:\tupitube\sources\tupitube.desk |
- | | + | qmake -config release |
- | + | make | |
- | 7. Prepare the libraries required by Tupi | + | </ |
- | + | 7. Prepare the libraries required by TupiTube Desk | |
- | * Create the path C: | + | |
- | * Execute the script located at: C: | + | |
- | * Create the path C: | + | |
- | * Execute the script located at: C: | + | |
- | 8. Install | + | * Create the path C: |
+ | * Execute the script located at: C: | ||
+ | * Create | ||
+ | * Execute the script located at: C: | ||
- | * Execute the script located at: C: | + | 8. Install the binaries in your system |
- | * The Tupi installation path will be: C: | + | |
- | 9. Enjoy Tupi! | + | * Execute the script located at: C: |
+ | * The installation path will be: C: | ||
- | To run Tupi, execute the file: C: | + | 9. To run TupiTube Desk, execute the file: C: |
;#; | ;#; | ||
[[developer_resources|Back to Developers Page]] | [[developer_resources|Back to Developers Page]] | ||
;#; | ;#; |
win_compilation_howto.1486074296.txt.gz · Last modified: 2017/03/11 23:22 (external edit)