add debian package list

This commit is contained in:
Dana Jansens 2003-05-25 02:05:07 +00:00
parent 116339650d
commit a2b37ea616

View file

@ -12,6 +12,7 @@ Xlib library/headers (devel package)
Pkg-Config
Glib 2.0+ library/headers (devel package) (http://www.gtk.org)
libxml2 2.0+ library/headers (devel package)
libGL library/headers (devel package, mesa or otherwise)
Optionally, if you want to build the configuration tool (this is recommended):
GTK+ 2.0+ library/headers (devel package) (http://www.gtk.org)
@ -32,4 +33,22 @@ The installed binary is 'openbox3'.
----
In debian unstable, you want these packages:
gcc
gettext
automake1.7
autoconf
libtool
bison
flex
libxft2-dev
pkg-config
libglib2.0-dev
libxml2-dev
xlibmesa-dev
tip: run "update-alternatives --config automake" and select automake1.7 before
running ./configure
----