Lazarus-gtk2: различия между версиями

Материал из wiki.nntc.nnov.ru
Перейти к навигации Перейти к поиску
(Новая: 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 libmodpl...)
 
Строка 1: Строка 1:
 
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
 
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
 +
 +
 +
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.

Версия 15:32, 15 ноября 2007

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


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.