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:40] – maefloresta | ubuntu_compilation_howto [2020/07/21 05:03] (current) – maefloresta | ||
|---|---|---|---|
| Line 45: | Line 45: | ||
| Using Qt version 5.14.2 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 and compile it: | + | |
| < | < | ||
| git clone https:// | git clone https:// | ||
| Line 58: | Line 55: | ||
| </ | </ | ||
| 4. Get and compile FFmpeg source code: | 4. Get and compile FFmpeg source code: | ||
| + | - Run these commands from console: | ||
| < | < | ||
| wget https:// | wget https:// | ||
| tar xvfz ffmpeg-4.3.tar.gz | tar xvfz ffmpeg-4.3.tar.gz | ||
| cd ffmpeg-4.3 | cd ffmpeg-4.3 | ||
| - | ./configure --prefix=/ | + | ./configure --prefix=/ |
| - | bx264 --enable-gpl --disable-swresample --disable-avresample | + | --enable-gpl --disable-swresample --disable-avresample |
| </ | </ | ||
| 5. Get TupiTube Desk source code: | 5. Get TupiTube Desk source code: | ||
| Line 72: | 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.1595306450.txt.gz · Last modified: 2020/07/21 04:40 by maefloresta
