Difference between revisions of "UnixCompile"
Jump to navigation
Jump to search
(just improved) |
|||
Line 1: | Line 1: | ||
− | Download source code | + | Download source code and extract the archive |
+ | cd /your/vlc/folder | ||
− | run | + | ./configure |
+ | # If you want to install VLC into another directory, run | ||
+ | # ./configure --prefix=/path/to/install/folder/ | ||
+ | # instead | ||
+ | make | ||
− | + | # As root: | |
+ | make install | ||
− | + | # (not necessary): | |
− | + | # make clean | |
− | |||
− | |||
− |
Revision as of 17:43, 24 June 2006
Download source code and extract the archive
cd /your/vlc/folder
./configure
- If you want to install VLC into another directory, run
- ./configure --prefix=/path/to/install/folder/
- instead
make
- As root:
make install
- (not necessary):
- make clean