- Code: Select all
# cd /my/path/where/i/keep/compiled/stuff
# git clone git://git.videolan.org/x264.git
# cd x264
# ./configure --enable-static --enable-shared
# make
# make install
# ldconfig
P.S. If you are using Ubuntu, you'll most probably have to use sudo for the last 2 commands, like:
- Code: Select all
# sudo make install
# sudo ldconfig
