You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating an uninstall shouldn't be to complicated, I'm not really convinced it'd be worth it though. Really, installing and uninstalling should be the job of your package manager, 'make install'ing stuff directly is a bad idea. But noting that, no package managers are going to have cReddit packages any time soon, so I might add this in the future.
It's probably better to just create a portable version though, if you compile with STATIC defined, it should compile libreddit into a static library and then compile the directly into creddit. That'll get rid of the libreddit.so dependency and that should allow you to drop the creddit binary anywhere you want. I have a personal ~/bin folder in my PATH for stuff like this, just drop it in there and then you can still run it or replace it anytime but it won't be touching your system internals.
I would like to see some
make uninstall
thing, to remove the installed binaries, library, etc.The text was updated successfully, but these errors were encountered: