how to uninstall wxwidget

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
superfanny
In need of some credit
In need of some credit
Posts: 1
Joined: Tue Dec 21, 2004 6:11 am

how to uninstall wxwidget

Post by superfanny »

I have downloaded and install wxwidgets from here:

http://prdownloads.sourceforge.net/wxwi ... 5.3.tar.gz

I install it like this:
$ ./configure --prefix=/usr
$ make
# make install

Now, the question is how do I uninstall it? There is no 'make uninstall' script......
User avatar
Ryan Norton
wxWorld Domination!
wxWorld Domination!
Posts: 1319
Joined: Mon Aug 30, 2004 6:01 pm

Post by Ryan Norton »

make clean?
[Mostly retired moderator, still check in to clean up some stuff]
mispunt
Experienced Solver
Experienced Solver
Posts: 59
Joined: Tue Oct 19, 2004 3:23 pm
Location: Ede, Holland

Post by mispunt »

make deinstall
clean is to clean te source tree
Post Reply