User Tools

Site Tools


win_compilation_howto

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
win_compilation_howto [2017/08/05 16:52] maeflorestawin_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:** The official installer for Windows is only available from our [[http://www.maefloresta.com/portal/downloads.php#Downloads|website]]. Avoid to download it from other sites.+**Warning:** The official installer for Windows is only available from our [[http://www.maefloresta.com/portal/downloads.php#Downloads|repository]]. Avoid to download it from other sites.
  
 1. Download the dependencies required to compile TupiTube Desk\\ 1. Download the dependencies required to compile TupiTube Desk\\
Line 11: Line 11:
       * https://www.qt.io/download-open-source/        * https://www.qt.io/download-open-source/ 
     * Libav     * Libav
-      * http://builds.libav.org/windows/release-gpl/libav-i686-w64-mingw32-11.1.7z+      * http://www.libav.org/
     * Git for Windows     * Git for Windows
       * http://git-scm.com/download/win       * http://git-scm.com/download/win
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 +<code> 
 +qmake -version 
 +</code>
 You should get an output similar to this: You should get an output similar to this:
 +<code>
 +C:\Users\me> qmake -version
  
-  C:\Users\me> qmake -version 
   QMake version 3.0   QMake version 3.0
   Using Qt version 5.3.2 in C:/Qt-5.3.2/5.3/mingw482_32/lib   Using Qt version 5.3.2 in C:/Qt-5.3.2/5.3/mingw482_32/lib
 +</code>
 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:\tupitube\sources\quazip-0.7 +<code> 
-    qmake -config release "LIBS+=C:\libav\bin\zlib1.dll" "PREFIX=C:\Quazip" +cd C:\tupitube\sources\quazip-0.7 
-    make +qmake -config release "LIBS+=C:\libav\bin\zlib1.dll" "PREFIX=C:\Quazip" 
-    make install +make 
 +make install 
 +</code>
 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:\tupitube\sources   +<code> 
-    git clone https://github.com/xtingray/tupitube.desk.git +cd C:\tupitube\sources   
 +git clone https://github.com/xtingray/tupitube.desk.git 
 +</code>
 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:\tupitube\sources\tupitube.desk +<code> 
-    qmake -config release +cd C:\tupitube\sources\tupitube.desk 
-    make +qmake -config release 
 +make 
 +</code>
 7. Prepare the libraries required by TupiTube Desk 7. Prepare the libraries required by TupiTube Desk
  
win_compilation_howto.1501951925.txt.gz · Last modified: 2017/08/05 16:52 by maefloresta