rncbc / qtractor

Qtractor - An Audio/MIDI multi-track sequencer
https://qtractor.org
GNU General Public License v2.0
495 stars 86 forks source link

Added cmake uninstall target. #360

Closed tcrass closed 1 year ago

tcrass commented 1 year ago

According to https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#can-i-do-make-uninstall-with-cmake

rncbc commented 1 year ago

wonder whether this is really necessary :) you can always run qtractor from the cmake build folder (eg. build/src/qtractor), there's no real need to install it permanently as it's only necessary for packaging, which have their own uninstall procedures that often never rely on any upstream uninstall target ;)

thanks anyway

tcrass commented 1 year ago

wonder whether this is really necessary :) you can always run qtractor from the cmake build folder (eg. build/src/qtractor), there's no real need to install it permanently as it's only necessary for packaging, which have their own uninstall procedures that often never rely on any upstream uninstall target ;)

I did in fact install a local qtractor build on various PCs in our household (yes, my kids are using qtractor, too, and I want them to be able to launch the application through the launcher menu :) in order to circumvent #357, so it would be nice if it was possible to easily uninstall it once the fix has made it into an official package.

And more generally (maybe for aesthetic reasons ;) if there's an "install" option I just expect an "uninstall" option to be also available.

Cheers -- Torsten

rncbc commented 1 year ago

so you're free to use your patch yourself, I guess

otoh. the latest builds from yours truly CI/CD upstream is available from these repos; AppImages included: here's a direct link to the (always) latest snapshot: https://download.opensuse.org/repositories/home:/rncbc:/apps/AppImage/qtractor-latest-x86_64.AppImage

byee

tcrass commented 1 year ago

so you're free to use your patch yourself, I guess

Well then... so be it!

otoh. the latest builds from yours truly CI/CD upstream is available from these repos; AppImages included: here's a direct link to the (always) latest snapshot: https://download.opensuse.org/repositories/home:/rncbc:/apps/AppImage/qtractor-latest-x86_64.AppImage

Good to know, thanks!

Cheers -- Torsten