I now see that we can test libbluray:
http://www.videolan.org/developers/libbluray.html
But once I recovered the files, I can not compile.
Code: Select all
cd libbluray
make
make: *** No targets specified and no makefile found. Stop.
make install
make: *** No rule to make target 'install'. Stop.
sudo ./premake --install
sudo: ./premake: command not found
./configure
bash : No such file or Directory exists
Thank you