[fpc-pascal] Unistalling FPC (and reinstalling from svn)
Marco van de Voort
marcov at stack.nl
Fri Oct 6 11:16:29 CEST 2006
> I have a silly question : which is the best way to uninstall FPC ? I
> have used
> the 2.0.4 tarball (Linux) and the install script included within. I
> chose to install
> it in /usr/local.
No automatic way. Maybe the script should keep a filelist of what it
installs somehow.
Everything sqldb related is in the /usr/local/lib/fpc/<version> dir.
Just delete that, and clean up /usr/local/bin as good as you can, but it is
not THAT important.
>
> Also, after compiling FPC with 'make build' , if i execute 'make
> install' will it
> copy everyting in /usr/local by default ? Is the destination
> directory configurable
> somehow?
make install INSTALL_PREFIX=/usr/exp/
More information about the fpc-pascal
mailing list