On 04/23/2015 12:28 PM, Mark Morgan Lloyd wrote:
Mattias Gaertner wrote:
On Wed, 22 Apr 2015 16:40:02 +0200
Michael Schnell <[email protected]> wrote:

On 04/22/2015 02:07 PM, Mattias Gaertner wrote:
Why downgrade? You can install both and switch any time in the IDE.
Thanks !

But how to "install" most easily on Linux (I always use the svn) .

cd your/fpc/svn
make install INSTALL_PREFIX=/usr

This is broken on 2.7.1. Mantis 27272.

It's "make install PREFIX=/usr" and it is not broken. Case 27272 is about INSTALL_BINDIR.

But in general, you don't have to specify any prefix. To install fpc from source:

cd your/fpc/svn
make clean all install

That's it. It could be that you have to adapt your fpc.cfg, though.

Joost.


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to