Dolphin, the GameCube and Wii emulator - Forums

Full Version: [linux] uninstall source
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

aldoushuxley

Hello I built the latest dolphin via source / svn / cmake. I was wondering how do I uninstall the package? Typically a 'make uninstall' works with traditional made programs but not this one :3. Do I hafta manually find all the folders / files delete them myself? (sudo find / -name '*dolphin*')
CMake doesn't automatically create an uninstall target. If you want an option to cleanly remove a Dolphin build from your system, create an RPM/DEB/whatever package and install/install it using your package manager.