fpc source latestUpgrade from 2.0.2 to 2.0.3 fpc:
for windows:
unpack fpc.zip to "anywhere"
go to "anywhere"\fpc directory and select all
go to c:\lazarus\fpcsrc and paste
open command line (cmd) and use this command:
go to c:\lazarus\fpcsrc
1. make all clean
2. make install INSTALL_PREFIX=c:\lazarus\pp
for linux (in console as root user):
unpack fpc.zip to "anywhere" (use unzip command or mc)
go to "anywhere"/fpc
1. make all clean
2. make install INSTALL_PREFIX=/usr
3. rm -f /usr/bin/ppc386
4. ln -s /usr/lib/fpc/2.0.3/ppc386 /usr/bin/ppc386
5. /usr/lib/fpc/2.0.3/samplecfg /usr/lib/fpc/2.0.3 /etc