2011/5/24 silvioprog <[email protected]>: > How do you configure the script to install FPC-2.5.1? > >> Regards, >> Kjow
I tried with 2.5.1 + 0.9.31 long time ago, so I don't really know if there are problems actually, but if you open the script with an editor you can find all you need. E.g.: >From row #16: /-----------------------/ #swap --> swap # of the two rows below to choose between FPC 2.4.2 and 2.5.1 and go to line 53 <-- FPCVER="2.4.2" #FPCVER="2.5.1" /-----------------------/ should became: /-----------------------/ #swap --> swap # of the two rows below to choose between FPC 2.4.2 and 2.5.1 and go to line 53 <-- #FPCVER="2.4.2" FPCVER="2.5.1" /-----------------------/ Then goto row #53 and then: From: /-----------------------/ #swap --> swap REM of the two rows below to choose between FPC 2.4.2 and 2.5.1 and go to line 71 <-- svn co http://svn.freepascal.org/svn/fpc/tags/release_2_4_2 fpc #svn co http://svn.freepascal.org/svn/fpc/trunk fpc /-----------------------/ To: /-----------------------/ #swap --> swap REM of the two rows below to choose between FPC 2.4.2 and 2.5.1 and go to line 71 <-- #svn co http://svn.freepascal.org/svn/fpc/tags/release_2_4_2 fpc svn co http://svn.freepascal.org/svn/fpc/trunk fpc /-----------------------/ Then goto row 71, etc... Regards, Kjow -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
