[Lazarus] Release of Lazarus 1.4

Joost van der Sluis joost at cnoc.nl
Thu Apr 23 14:39:51 CEST 2015


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 <mschnell at lumino.de> 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.





More information about the Lazarus mailing list