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/21 01:29] – maefloresta | arch_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 | ||
+ | |||
</ | </ | ||
2. Install Libav from source code: | 2. Install Libav from source code: | ||
< | < | ||
- | wget https:// | + | wget https:// |
- | tar xvfz libav-11.7.tar.gz | + | tar xvfz libav-11.10.tar.gz |
- | cd libav-11.7 | + | cd libav-11.10 |
- | ./configure --prefix=/ | + | ./configure --prefix=/ |
make | make | ||
sudo make install | sudo make install | ||
Line 42: | Line 44: | ||
< | < | ||
git clone https:// | git clone https:// | ||
+ | </ | ||
+ | **Note:** If you want to try the devel version, use this command: | ||
+ | < | ||
+ | git clone https:// | ||
</ | </ | ||
6. Compile source code: | 6. Compile source code: |
arch_compilation_howto.1503278957.txt.gz · Last modified: 2017/08/21 01:29 by maefloresta