It just so happens that i quite often (re-) install the OS even if its just to try the fresh built LiveOS.
Anyway, figured named LiveOS could not succeed because one of the rpm repositries was ready with that just yet.
How nice, for that i figured, that download and comile libdvdcss is easier than to run after the latest package specificly for my OS.
One has to be aware however, that my system is a developer oriented machine, so most of the required applications were already installed.
A good point to start would be:
On Fedora for example:
sudo dnf install make autoconf automake gccThen simply save the below code as a script, and execute it after a fresh installation.
git clone git://git.videolan.org/libdvdcss
cd libdvdcss
autoreconf -i
./configure --prefix=/usr
make && sudo make install
Hope this helps
Keine Kommentare:
Kommentar veröffentlichen