UnixCompile

From VideoLAN Wiki
Revision as of 17:43, 24 June 2006 by McEnroe (talk | contribs) (just improved)
Jump to navigation Jump to search

Download source code and extract the archive

cd /your/vlc/folder

./configure

  1. If you want to install VLC into another directory, run
  2. ./configure --prefix=/path/to/install/folder/
  3. instead

make

  1. As root:

make install

  1. (not necessary):
  2. make clean