Skip to content

linuxdeepin/disomaster

Repository files navigation

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