User Tools

Site Tools


arch_compilation_howto

This is an old revision of the document!


;#; Back to Developers Page ;#;

How to compile Tupi from source code (Arch/Manjaro)

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:

On the other hand, if you want to compile Tupi manually, just follow these steps:

1. Install Tupi's dependencies using pacman:

  • sudo pacman -S git
  • sudo pacman -S zlib
  • sudo pacman -S ruby
  • sudo pacman -S libgl
  • sudo mhwd-gpu –setgl mesa
  • sudo pacman -S libtheora
  • sudo pacman -S yasm

2. Install Libav from source code:

3. Install Qt5 packages:

  • sudo pacman -S qt5-base
  • sudo pacman -S qt5-tools
  • sudo pacman -S qt5-multimedia
  • sudo pacman -S qt5-svg

4. Install Quazip's package from source code:

5. Download Tupi's source code:

6. Compile Tupi:

  • cd tupi
  • ./configure –prefix=/usr/local/tupi –with-quazip=/usr/local –with-libav=/usr/local –without-debug
  • make
  • sudo make install

7. To run Tupi:

  • /usr/local/tupi/bin/tupi &

;#; Back to Developers Page ;#;

arch_compilation_howto.1486052474.txt.gz · Last modified: 2017/03/11 23:22 (external edit)