-
Notifications
You must be signed in to change notification settings - Fork 429
Makefile missing uninstall #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Any volunteer to convert the manually written Makefile files to using autoconf + automake? |
+1 |
As you may know the current development branch is develop-500 It uses cmake for configuration and generate the Makefile files... And adding an uninstall target is certainly still on the list of things to be done... |
+1 For reference: Can I do "make uninstall" with CMake? There is a step by step explanation on how to include the uninstall target in the project, and a turnaround for users when the uninstall target is not provided:
|
@forthrin, @LudovicRousseau, @aristidesfl, @eric-brechemier have looked carefully at the Wiki/CMake_FAQ, but it does seem a lot for little gain ;=(). First as pointed out, building and installing from source has a simple way to achieve this, namely the Second, others who install tidy using the DEB/RPM packages have dpkg -r or -P package, or selection in say the Synaptic Package Manager. And using the EXE/MSI windows installer, does include an uninstall, as normal, in Control Panel - Programs and Features... So it seems unnecessary to provide a 'make uninstall' target. And hope any build/install problems mentioned in Issue #99 have now been fixed. Also note the latest code is now in the master branch, the default, as we head towards a 5.0.0 release - I'll close this issue for now, but feel free to re-open, or open other issues. Thanks for reporting... |
There is no "uninstall" target in the Makefile.
Particularly annoying because installation fails on OS X (see previous Issue), scattering partially installed files in /usr/local which I now have to clean up by hand.
The text was updated successfully, but these errors were encountered: