Compile VLC 1.1.2 on Fedora 13
Most Linux distributions don’t always provide latest versions for all packages within the official repository (e.g. the current VLC version in Fedora 13 is 1.0.6, the one from the Rawhide repo — which includes packages for the next Fedora release — is 1.1.0, but the latest release as of today is 1.1.2).
So, what do you do to run the latest version?
Compile it yourself, of course.
How?
- Download the latest version (1.1.2)
- Unpack it and cd to the newly created folder (vlc-1.1.2). Here you will find the README file and the installation instructions (same as here)
- Compile it. I recommend creating a new path (e.g. /opt/vlc) to use it as the installation PREFIX
-
./configure –prefix=/opt/vlc
-
make
-
su -c "make install"









