[fpc-pascal] Installing fpc 2.5.1 from svn

Henry Vermaak henry.vermaak at gmail.com
Fri Feb 4 10:39:03 CET 2011


2011/2/4 Rogério Martins <rogmartins at gmail.com>:
> Hi !
> How can i download and install fpc 2.5.1  from svn in my ubuntu 10.04 x86_64
> ?

http://freepascal.org/develop.var#svn

You will need a starting compiler, so download and install the latest
release.  Then execute:

make
make install
(this installs to /usr/local by default on linux, use INSTALL_PREFIX
to specify a different directory).

Read the buildfaq for more comprehensive instructions:

http://wiki.freepascal.org/buildfaq

Henry



More information about the fpc-pascal mailing list