This is a fork of KDE CDEmu Manager, a frontend for CDEmu, a Linux CD/DVD image mounter. Currently it has the same features, except it differs in code because it doesn't depends on KDE libraries.
Runtime:
- Qt5/6 base
- CDEmu
- StatusNotifierItemQt
Build:
- CMake
- Qt Linguist Tools
- Qtilitools CMake modules
- Git (optional, to pull latest VCS checkouts)
CMAKE_BUILD_TYPE is usually set to Release, though None might be a valid alternative.
CMAKE_INSTALL_PREFIX has to be set to /usr on most operating systems.
Using sudo make install is discouraged, instead use the system package manager where possible.
cmake -B build -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr -W no-dev
cmake --build build --verbose
DESTDIR="$(pwd)/package" cmake --install buildFor contributing translations the LXQt Weblate platform can be used.
- Licensed under the GPL-3.0-only license.