Similar to what Graeme suggested, except for Ubuntu: install the libgtk2.0-dev (and the requirements), get FPC's binary (.tar) installer (make sure you install it in /usr/local and not the default /usr), get the source code for Lazarus, put it somewhere in your home directory (f.e. ~/Code/lazarus) and inside it type 'make bigide' (you don't need to do an install since you can run it from there with ./startlazarus - not to mention that you wont need to to mess with permissions later to rebuild Lazarus in order to install components).
On Mon, Apr 15, 2013 at 11:18 PM, Graeme Geldenhuys <[email protected] > wrote: > Slackware comes with ALL required libraries to do LCL-QT, LCL-GTK2, > fpGUI etc development. Simply install FPC from the binary (*.tar) > release. Download the source for Lazarus and do a 'make install bigide'. > Nothing else is required. > > > The same goes for FreeBSD 9.1. > > Regards, > Graeme. > > > -- > _______________________________________________ > Lazarus mailing list > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus >
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
