Announcement

Collapse
No announcement yet.

Uninstall for Linux

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Uninstall for Linux

    If I want to uninstall this game from my old Debian computer, how do i do it?
    I have not installed nor compiled. Just downloaded.
    Is there an Uninstall feature once I install.. just in case I mess up my machine.

  • #2
    After compiling it you install it by running "make install". After that you can uninstall it again by running "make uninstall".

    If you want to be really safe you can make a directory /home/wondercat02/local and install it to there as a normal user. You do this by passing --prefix=/home/wondercat02/local to autogen.sh . If you do this you might want to add /home/wondercat02/local/usr/bin to you $PATH .
    Then when you want to uninstall you can just delete the whole tree under /home/wondercat02/local.
    http://www.hardware-wiki.com - A wiki about computers, with focus on Linux support.

    Comment

    Working...
    X