# Goto the FreePascal folder.
cd ~/FreePascal

# Initial creation of the repository.
#svn co http://svn.freepascal.org/svn/lazarus/trunk Lazarus

# Update Lazarus snapshot.
svn up Lazarus

# Build the Lazarus binaries.
cd Lazarus
make clean all FPMAKEOPT="-T 8"
