[fpc-pascal] Unistalling FPC (and reinstalling from svn)
Jochem Berndsen
j.f.berndsen at student.tue.nl
Fri Oct 6 10:54:50 CEST 2006
On Friday 06 October 2006 10:49, Adrian Maier wrote:
> I have a silly question : which is the best way to uninstall FPC ?
I don't know.
> 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?
Yes. You can choose the installation directory using
make install INSTALL_PREFIX=/path/to/install
(For example,
make install INSTALL_PREFIX=/usr/local
This will create bin/ and lib/ and other directories if they do not exist
already.)
Jochem.
More information about the fpc-pascal
mailing list