ubuntu_compilation_howto
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ubuntu_compilation_howto [2020/07/21 04:06] – maefloresta | ubuntu_compilation_howto [2020/07/21 05:03] (current) – maefloresta | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| sudo apt-get install git | sudo apt-get install git | ||
| </ | </ | ||
| - | 2. Install the Qt5 framework (version 5.4 or higher): | + | 2. Install the Qt5 framework (version 5.13 or higher): |
| - | * Download the installer for the architecture of your operating system (32 or 64 bit) from https://www.qt.io/download-open-source/ | + | * Download the installer for the architecture of your operating system (32 or 64 bit) from https://download.qt.io/archive/qt/ |
| * Run these commands from console: | * Run these commands from console: | ||
| < | < | ||
| Line 25: | Line 25: | ||
| * Modify your PATH variable including your Qt5 installation path: | * Modify your PATH variable including your Qt5 installation path: | ||
| < | < | ||
| - | export PATH=/ | + | export PATH=/ |
| </ | </ | ||
| * Verify your Qt5 version: | * Verify your Qt5 version: | ||
| Line 33: | Line 33: | ||
| - Let's see an specific example (64 bit using account " | - Let's see an specific example (64 bit using account " | ||
| < | < | ||
| - | wget http:// | + | wget https:// |
| - | chmod 755 qt-opensource-linux-x64-5.7.0.run | + | chmod 755 qt-opensource-linux-x64-5.14.2.run |
| - | ./ | + | ./ |
| </ | </ | ||
| - | - The Qt5 installation path was: / | + | - The Qt5 installation path was: / |
| < | < | ||
| - | export PATH=/ | + | export PATH=/ |
| qmake -version | qmake -version | ||
| - | QMake version 3.0 | + | QMake version 3.1 |
| - | Using Qt version 5.7.0 in / | + | Using Qt version 5.14.2 in / |
| </ | </ | ||
| - | 3. Install the Quazip dependency:\\ | + | 3. Install the Quazip dependency: |
| - | + | - Run these commands | |
| - | **Warning: | + | |
| - | + | ||
| - | - Download the source code from https:// | + | |
| < | < | ||
| - | tar xvfz quazip-0.7.3.tar.gz | + | git clone https:// |
| - | cd quazip-0.7.3 | + | cd quazip |
| qmake " | qmake " | ||
| make | make | ||
| sudo make install | sudo make install | ||
| </ | </ | ||
| - | 4. Get TupiTube Desk source code: | + | 4. Get and compile FFmpeg source code: |
| + | - Run these commands from console: | ||
| + | < | ||
| + | wget https:// | ||
| + | tar xvfz ffmpeg-4.3.tar.gz | ||
| + | cd ffmpeg-4.3 | ||
| + | ./configure --prefix=/ | ||
| + | --enable-gpl --disable-swresample --disable-avresample | ||
| + | </ | ||
| + | 5. Get TupiTube Desk source code: | ||
| < | < | ||
| git clone https:// | git clone https:// | ||
| Line 64: | Line 70: | ||
| < | < | ||
| cd tupitube.desk | cd tupitube.desk | ||
| - | ./configure --prefix=/ | + | ./configure --prefix=/ |
| + | --with-ffmpeg=/ | ||
| make | make | ||
| sudo make install | sudo make install | ||
ubuntu_compilation_howto.1595304390.txt.gz · Last modified: 2020/07/21 04:06 by maefloresta
