Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.

make uninstall should work #212

Open
andy5995 opened this issue Sep 7, 2018 · 1 comment
Open

make uninstall should work #212

andy5995 opened this issue Sep 7, 2018 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@andy5995
Copy link
Contributor

andy5995 commented Sep 7, 2018

Either make uninstall should work, or there should be a good alternative. Some info here

https://stackoverflow.com/questions/41471620/cmake-support-make-uninstall

This is dependent on #147 being completed first.

@andy5995 andy5995 added the bug Something isn't working label Sep 7, 2018
@andy5995 andy5995 added this to the 0.8.02 milestone Sep 7, 2018
@andy5995 andy5995 added this to To Do in Fix installer mechanics via automation Sep 7, 2018
@andy5995
Copy link
Contributor Author

The stackoverflow link above mentions using the install_manifest.txt file for finding the files that will be uninstalled. After doing a make install (see https://github.com/ZetaGlest/zetaglest-source/issues/210#issuecomment-420506466), I have that text file in my build directory. Here's what it looks like:

/home/andy/local/bin/zetaglest
/home/andy/local/share/man/man6/zetaglest.6
/home/andy/local/data/zetaglest/start_zetaglest_gameserver
/home/andy/local/data/zetaglest/glestkeys.ini
/home/andy/local/data/zetaglest/servers.ini
/home/andy/local/data/zetaglest/glest.ini
/home/andy/local/data/zetaglest/zetaglest.ico
/home/andy/local/bin/zetaglest_editor
/home/andy/local/share/man/man6/zetaglest_editor.6
/home/andy/local/data/zetaglest/editor.ico
/home/andy/local/bin/zetaglest_g3dviewer
/home/andy/local/share/man/man6/zetaglest_g3dviewer.6
/home/andy/local/data/zetaglest/g3dviewer.ico

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant