Update README.GIT to the packages in current ubuntu distribution and include imlib2

This commit is contained in:
Dana Jansens 2011-07-23 18:51:38 -04:00
parent 79911e3381
commit d80edf6a2f

View file

@ -11,6 +11,7 @@ Glib 2.0+ library/headers (devel package) (http://www.gtk.org)
libxml2 2.0+ library/headers (devel package) libxml2 2.0+ library/headers (devel package)
Pango 1.10+ library/headers (devel package) Pango 1.10+ library/headers (devel package)
cvs cvs
Imlib2 library/headers (devel package)
Optionally you may want: Optionally you may want:
X Cursor library/headers (devel package) X Cursor library/headers (devel package)
@ -40,21 +41,19 @@ See the man pages for details about them. If you want to run Openbox on its
---- ----
In debian unstable, you want these packages: In Ubuntu, you want these packages:
gcc gcc
gettext gettext
automake1.9 automake
autoconf autoconf
libtool libtool
libpango1.0-dev libpango1.0-dev
pkg-config pkg-config
libglib2.0-dev libglib2.0-dev
libxml2-dev libxml2-dev
libxcursor-dev
libstartup-notification0-dev libstartup-notification0-dev
xlibs-dev xorg-dev
libimlib2-dev
tip: run "update-alternatives --config automake" and select automake1.9 before
running ./configure
---- ----