1. Build Tools - bootstrap compiler, binutils, gdb etc.
binutilsdir=...fpcbootstrapdir=...... is the path to directory
2. The repository - Make local mirrors and synchronize them regularly and checkout from it. This is something I did with Git and it takes just seconds to keep it up to date and checkout the revisions I want.
getfullrepo=true
; Keeps changes you made to the svn checkout:keeplocalchanges=true/false
I use Code: [Select]getfullrepo=trueIt will do a regular svn checkout and get the full repo inside `.svn` directory... refreshing won't take much time recompiling/building would.
installdir=INSTALL_PATHfpcdir=FPC_PATHlazdir=LAZARUS_PATH