Installation

Requirements:

SimpleBurn was designed to have minimal dependencies:

Installation procedure:

Extract the archive and run the following commands inside the archive’s directory:

cmake -DCMAKE_INSTALL_PREFIX=/usr -DDETECTION=UDEV -DBURNING=LIBBURNIA .
        #"DETECTION" method can be: "UDEV" (default) or "LIBCDIO"
        #"BURNING" suite can be: "CDRTOOLS" (default) or "LIBBURNIA"

make
make install

See the "INSTALL" file in the archive’s "doc" directory for detailed build and install instructions.

License

SimpleBurn, Copyright Frank Endres, 2009-2012

This software is governed by the CeCILL license under french law, compatible with the GNU General Public License.

Download