On Fri, 27 May 2011 09:42:07 -0300 silvioprog <[email protected]> wrote:
> I think about trying the following steps: > > 1. Installing Free Pascal from repository; > 2. Download the sources from the Free Pascal 2.5.1 (via SVN); > 3. Compile and install FPC-2.5.1; If you use "make install INSTALL_PREFIX=/usr" you have to fix the symlink: ln -sf /usr/lib/fpc/2.5.1/ppc386 /usr/bin/ppc386 > 4. Uninstall old Free Pascal; > 5. Download and install the Lazarus from SVN; > > Am I right? :/ Yes. You may have to install the development packages of gtk2 before building the gtk2 version of the IDE. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
