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/03/11 23:22] – external edit 127.0.0.1 | arch_compilation_howto [2017/08/23 01:41] (current) – enrique | ||
---|---|---|---|
Line 3: | Line 3: | ||
;#; | ;#; | ||
- | =====How to compile | + | =====How to compile |
- | The official way to install packages in Arch Linux is using recipes. So, if you want to follow the standard procedure, please visit one of this links: | + | 1. Install |
- | * https:// | + | < |
- | * https:// | + | sudo pacman -S git |
- | + | sudo pacman -S zlib | |
- | On the other hand, if you want to compile Tupi manually, just follow these steps: | + | sudo pacman -S ruby |
- | + | sudo pacman -S libgl | |
- | 1. Install | + | 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 | + | </ |
- | * git clone https:// | + | 5. Download |
- | + | < | |
- | 6. Compile | + | git clone https:// |
- | | + | </ |
- | | + | **Note:** If you want to try the devel version, use this command: |
- | | + | < |
- | | + | git clone https:// |
- | + | </ | |
- | 7. To run Tupi: | + | 6. Compile |
- | | + | < |
+ | cd tupitube.desk | ||
+ | ./configure --prefix=/ | ||
+ | make | ||
+ | sudo make install | ||
+ | </ | ||
+ | 7. To run TupiTube Desk: | ||
+ | < | ||
+ | /usr/local/tupitube.desk/bin/tupitube.desk | ||
+ | </ | ||
;#; | ;#; | ||
[[developer_resources|Back to Developers Page]] | [[developer_resources|Back to Developers Page]] | ||
;#; | ;#; |
arch_compilation_howto.1489274549.txt.gz · Last modified: 2017/03/11 23:22 by 127.0.0.1