win_compilation_howto
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
win_compilation_howto [2017/02/02 17:31] – created 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 17: | Line 17: | ||
* http:// | * http:// | ||
- | 2. Install the dependencies | + | 2. Install the dependencies |
- | * Qt must be installed | + | * Qt must be installed |
- | * Libav must be installed | + | * Libav must be installed |
- | * Git must be installed | + | * Git must be installed |
- | * 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. | + | This step is required to have access to the Qt commands from console. To verify this step, open a Windows |
- | To verify this step, open a Windows | + | < |
- | | + | qmake -version |
+ | </ | ||
+ | You should get an output similar to this: | ||
+ | < | ||
+ | C: | ||
- | You should get something like this: | ||
- | |||
- | 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 the Tupi binaries in your system | + | |
- | + | ||
- | - Execute the script located at: C: | + | |
- | - The Tupi's installation path will be: C: | + | |
- | 9. Enjoy Tupi! | + | * Create the path C: |
+ | * Execute the script located at: C: | ||
+ | * Create the path C: | ||
+ | * Execute the script located at: C: | ||
- | To run Tupi, execute the file: C: | + | 8. Install the binaries in your system |
+ | * Execute the script located at: C: | ||
+ | * The installation path will be: 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.1486056715.txt.gz · Last modified: 2017/03/11 23:22 (external edit)