Hi Andrew,<br><br>No offence intended but I will follow the advice of the latter poster (Marcos).<br><br>:-)<br><br>pew<br><br clear="all">Fond Regards, Peter Eric WILLIAMS <br>--- Hobart, Tasmania, Australia<br>--- Phone: +61 (03) 6236-9675<br>

My free websites are:  <a href="http://pewink.info" target="_blank">http://pewink.info</a>   (&)<br>   <a href="http://pewslinuxvault.googlepages.com" target="_blank">http://pewslinuxvault.googlepages.com</a><br>
<br><br><div class="gmail_quote">On 22 January 2011 16:40, Andrew Haines <span dir="ltr"><<a href="mailto:AndrewD207@aol.com">AndrewD207@aol.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">On 01/22/11 14:31, Peter Eric Williams wrote:<br>
> Hi pascal list,<br>
><br>
> Please excuse me asking such a basic question, but I'm new to this list.<br>
><br>
> I require the basic instructions for quick start with subversion for all<br>
> of the free pascal compiler using subversion.<br>
><br>
> I am using Windows 7 Ultimate and I am new to Free Pascal and Lazarus.<br>
><br>
<br>
</div>you have the command right there<br>
<div class="im"><br>
"svn co <a href="http://svn.freepascal.org/svn/fpc/trunk" target="_blank">http://svn.freepascal.org/svn/fpc/trunk</a> fpc"<br>
</div><div class="im">"svn co <a href="http://svn.freepascal.org/svn/lazarus/trunk" target="_blank">http://svn.freepascal.org/svn/lazarus/trunk</a> lazarus"<br>
<br>
</div>This will create a folder named "fpc" and "lazarus" in the working<br>
directory of the cmd.exe prompt you have open.<br>
<br>
If you are setting fpc up for the first time on this computer, you'll<br>
need a starting compiler to compile the source you've just gotten.<br>
Download the correct one from here:<br>
<a href="ftp://ftp.freepascal.org/fpc/dist/2.4.2/bootstrap/" target="_blank">ftp://ftp.freepascal.org/fpc/dist/2.4.2/bootstrap/</a><br>
<br>
If you choose i386-win32-ppc386.zip then extracting that will give you<br>
something like ppc386.exe<br>
<br>
cd into the fpc folder and type "PP=/path/to/ppc386.exe make all<br>
install" generally that will install fpc into c:\fpc. It's important to<br>
use gnu make since others like the MS one or borlands are not compatible<br>
with the makefiles fpc uses.<br>
<br>
Anyway it's much easier to just install a snapshot from here:<br>
<a href="http://www.hu.freepascal.org/lazarus/" target="_blank">http://www.hu.freepascal.org/lazarus/</a><br>
<br>
Choose the "Lazarus + fpc 2.4.2" "win32" link. This should install a fpc<br>
2.4.2 compiler and the latest svn version of lazarus.<br>
<br>
Also this link has a lot of relevant information:<br>
<a href="http://wiki.lazarus.freepascal.org/Getting_Lazarus" target="_blank">http://wiki.lazarus.freepascal.org/Getting_Lazarus</a><br>
<br>
Regards,<br>
<br>
Andrew<br>
<br>
An overview of requirements:<br>
<br>
1 and 2 must be in the PATH. unless you use variables to set them<br>
(MAKE=c:\path\to\make.exe AS=c:\path\to\as.exe etc.)<br>
<br>
1. Gnu Make<br>
2. Possibly win32 binutils (as.exe ld.exe and some more)<br>
3. Latest Release of FPC for the starting compiler (currently 2.4.2)<br>
4. Fpc Source code, either from a zip file or gotten from subversion<br>
(svn) (compile with a starting compiler from step 3)<br>
5. Lazarus source code (compile with fpc created in step 4)<br>
<br>
Further notes:<br>
<br>
gnu make gets cranky in windows if you use a path with spaces in it.<br>
That is why fpc and lazarus are generally installed to c:\fpc or<br>
c:\lazarus instead of c:\program files\...<br>
<div><div></div><div class="h5">_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</div></div></blockquote></div><br>