<p>Am 31.12.2016 14:37 schrieb "Bo Berglund" <<a href="mailto:bo.berglund@gmail.com">bo.berglund@gmail.com</a>>:<br>
><br>
> On Sat, 31 Dec 2016 14:20:27 +0100, Bart<br>
> <<a href="mailto:bartjunk64@gmail.com">bartjunk64@gmail.com</a>> wrote:<br>
><br>
> >Note: I never build fpc or change it's source files, so I'm with them<br>
> >being in a location that I have no write access to.<br>
><br>
> Yes, in that case one could work that way.<br>
><br>
> But I am building fpc from sources (like I do for Lazarus too) and my<br>
> script for this puts fpc at the same location as you are giving. Has<br>
> to switch to sudo to do it...<br>
> But Lazarus goes right into the ~/dev/lazarus directory and works just<br>
> fine.<br>
> I might add that on my Linux box (Raspberry Pi3 with Raspbian) there<br>
> is only one user (pi) so it is not about having one installation that<br>
> is shared amongst users...</p>
<p>You can specify the installation directory to the Makefile using INSTALL_PREFIX. You then need to have the bin and (AFAIK) lib/<version> directory of that directory in PATH (and a suitable config as ~/.fpc.cfg).</p>
<p>Regards,<br>
Sven</p>