|
||||||||||||
|
|
2.1. Installing VLS2.1.1. WindowsDownload the ZIP file from the VLS Windows download page, unzip-it and run setup.exe . 2.1.2. GNULinux & Mac OS X2.1.2.1. Install the librariesMany libraries are needed for particular uses
Download the libraries from the VLS sources download page . For each library, uncompress, configure (unless for libdvb which doesn't have a ./configure), compile and install :
Check that the configuration file /etc/ld.so.conf contains the following line :
If the line is not present, add-it and then run :
2.1.2.2. Install VLSDownload the sources of the latest release : get the file vls-version.tar.gz from the VLS sources download page. Uncompress-it and generate ./configure :
To get the list of configuration options, do
Then configure vls :
Then, compile and install :
You can also do a make uninstall, make clean or make distclean as needed . | |||||||||||
|
||||||||||||