[fpc-pascal] how to customize so Pandroid would be usable from Lazarus for windows

Bo Berglund bo.berglund at gmail.com
Sun Apr 21 08:03:12 CEST 2019


On Sat, 20 Apr 2019 12:19:14 +0200, "Mgr. Janusz Chmiel"
<janusz.chmiel at volny.cz> wrote:

>Who of you know The command which will allow Me to download source code 
>of Free Pascal compiler 3.0.0

The servers are now on line again, so on Linux do this to place the
sources in dev/fpc inside your home dir:


mkdir -p ~/dev/fpc
cd ~/dev/fpc
svn co https://svn.freepascal.org/svn/fpc/tags/release_3_0_0/ 3.0.0

This will get you the complete sources for FreePascal 3.0.0

The svn command on Windows is exactly the same but the creation of the
directory tree is not.


-- 
Bo Berglund
Developer in Sweden




More information about the fpc-pascal mailing list