Difference between revisions of "UnixCompile"
Jump to navigation
Jump to search
m (minor fix) |
m |
||
Line 9: | Line 9: | ||
make | make | ||
− | As root: | + | As root (type "su" to change to root account): |
make install | make install | ||
Revision as of 23:42, 27 June 2006
Download source code and extract the archive and go into your VLC directory
cd /path/to/your/vlc/folder/
./configure
If you want to install VLC into another directory, run
./configure --prefix=/path/to/install/folder/
Compile VLC:
make
As root (type "su" to change to root account):
make install
(not necessary):
make clean