Lazarus-gtk2
libcurl-dev libggi-dev libgd-dev libopenal-dev libcurl-dev libldap-dev libssl-dev libpcap-dev libgtk1.2-dev libogg-dev libvorbis-dev a52dec-dev libdts-dev libdts-dev libmad0-dev libmodplug-dev libglib1.2-dev libcurl4-gnutls-dev
libgdk-pixbuf-gnome2 libgdk-pixbuf-gnome-dev libdbus-1-dev libgtk2.0-dev libcairo-dev
I would do it like this:
1 - Install Free Pascal normally from the distributions packages
2 - Download the lazarus source to a directory in your user dir. Instructions here:
http://wiki.lazarus.freepascal.org/index.php/Getting_Lazarus
3 - Go to the directory where you put the lazarus source, on the command line and type:
make clean all
if you want a Gtk 2 IDE you can do:
make clean all LCL_PLATFORM=gtk2
You need to have installed all pre-requisite packages for lazarus, which are either gtk1 or gtk2 and gdk_pixbuf development version.
Now you can create a link to the startlazarus executable on the desktop and that's it.
http://www.lazarus.freepascal.org/index.php?name=PNphpBB2&file=viewtopic&p=21391