![]() |
|
[linux] uninstall source - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: [linux] uninstall source (/Thread-linux-uninstall-source) |
[linux] uninstall source - aldoushuxley - 02-12-2011 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*') RE: [linux] uninstall source - neobrain - 02-12-2011 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. |