On 3/4/13, Jorge Gonçalves <[email protected]> wrote: > Hi, > Here can I find information about installing lazarus 1.1 with fpc 2.6.2 on > Ubuntu ? > > > Regards > jGoncalves > Download ftp://freepascal.stack.nl/pub/fpc/dist/2.6.2/i386-linux/fpc-2.6.2.i386-linux.tar (or install fpc 2.6.2 from repository, if it is already there) and install fpc.
Follow instructions from http://wiki.lazarus.freepascal.org/Getting_Lazarus#Getting_Lazarus_SVN_development_version to get sources from Lazarus trunk, Then build Lazarus from commandline. (You need svn client and binutils for all this). make bigide "OPT=-gl" (this enables debug information in IDE and LCL, whic as a dveloper you want) Bart -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
