Code Sample |
$ ./configure --prefix=/opt/test $ make $ touch mymarker # make install $ sudo find / -not -type 'd' -cnewer mymarker | grep -v "\/proc\/" | tee files |
Code Sample |
$ ./configure --same options as when compiled $ make # make uninstall |
Quote (Juanito @ April 13 2008,05:30) | ||
Ah, thanks - this did the trick:
|