[fpc-pascal] Re: FPC from subversion without root access

Marc Weustink marc at dommelstein.net
Fri Feb 19 00:10:15 CET 2010


Osvaldo Filho wrote:
> Sorry:
> 
> How can I get the FPC subversion installed on my directory?
> 
> 1) Download form subversion - Ok

download them into say ~/fpc/trunk

>  ...) Compile? Create ~/.fpc.cfg? How ?

then in ~/fpc/trunk dir run:
   make all
   make install PREFIX=~ FPC_VERSION=2.5.1

this will install the compiler in ~/bin ~/lib etc

then edit ~/.fpc.cfg and add or adjust paths so they point to ~/lib/fpc

and make a symlink in ~/bin:
ln -s ../lib/fpc/2.5.1/ppc386


Marc


> 
> Em 18 de fevereiro de 2010 19:36, Osvaldo Filho
> <arquivostcf at gmail.com> escreveu:
>> Como posso ter o FPC do subversion instalado em meu diretório?
>> 1) Download form subversion - Ok
>> ...) Compile? Create ~/.fpc.cfg? How ?
>>
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
> 




More information about the fpc-pascal mailing list