Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 291 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 291 Bytes

lsbluray

lsbluray reads information about Bluray discs and outputs it to the console.

lsbluray -h shows the available options.

Dependencies

lsbluray depends on

  • cmake
  • libbluray

Installation

To build lsbluray, run:

mkdir build
cd build
cmake ..
make
make install