On Sat, 20 Apr 2019 12:19:14 +0200, "Mgr. Janusz Chmiel"
<[email protected]> 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

_______________________________________________
fpc-pascal maillist  -  [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to