Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.15 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.15 KB

DISOMaster

DISOMaster provides basic optical drive operation and on-disc filesystem manipulation.

Dependencies

  • Qt 5.7
  • libisoburn 1.2.6
  • Reasonable new C++ compiler with C++11 support

Build dependencies

  • debhelper (>= 9)
  • pkg-config
  • qtbase5-dev
  • qt5-qmake
  • libisoburn-dev

Installation

Build from source code

  1. Make sure you have installed all dependencies.
$ apt build-dep disomaster
  1. Build:
$ cd disomaster
$ mkdir Build
$ cd Build
$ qmake ../disomaster.pro
$ make
  1. Install:
$ sudo make install

The executable binary file could be found at disomaster .

Getting help

Getting involved

We encourage you to report issues and contribute changes

License

disomaster is licensed under GPL-3.0-or-later