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.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to