User Tools

Site Tools


arch_compilation_howto

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
arch_compilation_howto [2017/08/21 01:29] maeflorestaarch_compilation_howto [2017/08/23 01:41] (current) enrique
Line 13: Line 13:
 sudo pacman -S libtheora sudo pacman -S libtheora
 sudo pacman -S yasm sudo pacman -S yasm
 +sudo pacman -S wget
 +
 </code> </code>
 2. Install Libav from source code: 2. Install Libav from source code:
 <code> <code>
-wget https://libav.org/releases/libav-11.7.tar.gz +wget https://libav.org/releases/libav-11.10.tar.gz 
-tar xvfz libav-11.7.tar.gz +tar xvfz libav-11.10.tar.gz 
-cd libav-11.7 +cd libav-11.10 
-./configure --prefix=/usr/local --enable-shared --enable-libx264 --enable-gpl+./configure --prefix=/usr/local --enable-shared --enable-libx264 --enable-gpl --disable-doc
 make make
 sudo make install sudo make install
Line 42: Line 44:
 <code> <code>
 git clone https://github.com/xtingray/tupitube.desk.git git clone https://github.com/xtingray/tupitube.desk.git
 +</code>
 +**Note:** If you want to try the devel version, use this command:
 +<code>
 +git clone https://github.com/xtingray/tupitube.desk.git -b devel
 </code> </code>
 6. Compile source code: 6. Compile source code:
arch_compilation_howto.1503278957.txt.gz · Last modified: 2017/08/21 01:29 by maefloresta