arch_compilation_howto
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
arch_compilation_howto [2017/08/05 15:25] – maefloresta | arch_compilation_howto [2017/08/23 01:41] (current) – enrique | ||
---|---|---|---|
Line 6: | Line 6: | ||
1. Install TupiTube Desk dependencies using pacman: | 1. Install TupiTube Desk dependencies using pacman: | ||
- | * sudo pacman -S git | + | < |
- | | + | sudo pacman -S git |
- | | + | sudo pacman -S zlib |
- | | + | sudo pacman -S ruby |
- | | + | sudo pacman -S libgl |
- | | + | sudo pacman |
- | | + | sudo pacman -S yasm |
+ | sudo pacman -S wget | ||
+ | </ | ||
2. Install Libav from source code: | 2. Install Libav from source code: | ||
- | * wget https:// | + | < |
- | | + | wget https:// |
- | | + | tar xvfz libav-11.10.tar.gz |
- | | + | cd libav-11.10 |
- | | + | ./configure --prefix=/ |
- | | + | make |
+ | sudo make install | ||
+ | </ | ||
3. Install Qt5 packages: | 3. Install Qt5 packages: | ||
- | * sudo pacman -S qt5-base | + | < |
- | | + | sudo pacman -S qt5-base |
- | | + | sudo pacman -S qt5-tools |
- | | + | sudo pacman -S qt5-multimedia |
+ | sudo pacman -S qt5-svg | ||
+ | </ | ||
4. Install Quazip' | 4. Install Quazip' | ||
- | * wget http:// | + | < |
- | | + | wget http:// |
- | | + | tar xvfz quazip-0.7.3.tar.gz |
- | | + | cd quazip-0.7.3 |
- | | + | qmake " |
- | | + | make |
+ | sudo make install | ||
+ | </ | ||
5. Download TupiTube Desk source code: | 5. Download TupiTube Desk source code: | ||
- | | + | < |
- | + | git clone https:// | |
- | 6. Compile | + | </ |
- | | + | **Note:** If you want to try the devel version, use this command: |
- | | + | < |
- | | + | git clone https:// |
- | | + | </ |
+ | 6. Compile | ||
+ | < | ||
+ | cd tupitube.desk | ||
+ | ./configure --prefix=/ | ||
+ | make | ||
+ | sudo make install | ||
+ | </ | ||
7. To run TupiTube Desk: | 7. To run TupiTube Desk: | ||
- | * / | + | < |
+ | / | ||
+ | </ | ||
;#; | ;#; | ||
[[developer_resources|Back to Developers Page]] | [[developer_resources|Back to Developers Page]] | ||
;#; | ;#; |
arch_compilation_howto.1501946740.txt.gz · Last modified: 2017/08/05 15:25 by maefloresta