alemart / opensurge

A retro game engine with a fun platformer for making your dreams come true!
http://opensurge2d.org
GNU General Public License v3.0
385 stars 33 forks source link

How to uninstall? #45

Closed 1333481 closed 4 years ago

1333481 commented 4 years ago

I used sudo make install for surgescript and opensurge. If I wanted to uninstall them how would I do that?

alemart commented 4 years ago

When you run sudo make install, CMake creates a file named install_manifest.txt in the build/ folder listing the files that have been installed on your system. You may inspect the manifest. To uninstall, run cat install_manifest.txt | xargs rm