Update note on dependencies wrt autopoint
[dana/openbox.git] / README.GIT
index b4b0557..a2324dc 100644 (file)
@@ -10,7 +10,8 @@ Pkg-Config
 Glib 2.0+ library/headers (devel package) (http://www.gtk.org)
 libxml2 2.0+ library/headers (devel package)
 Pango 1.10+ library/headers (devel package)
-cvs
+cvs or git or neither, depending on how gettext was installed*
+Imlib2 library/headers (devel package)
 
 Optionally you may want:
 X Cursor library/headers (devel package)
@@ -18,6 +19,8 @@ Startup Notification library/headers 0.8+ (devel package)
 
 We recommend the latest versions of all these packages.
 
+*) for versions below 0.18.1 cvs is needed, above that, see autopoint --version
+
 Do the following to build and install Openbox in git:
 
 % ./bootstrap
@@ -40,21 +43,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
 gettext
-automake1.9
+automake
 autoconf
 libtool
 libpango1.0-dev
 pkg-config
 libglib2.0-dev
 libxml2-dev
-libxcursor-dev
 libstartup-notification0-dev
-xlibs-dev
-
-tip: run "update-alternatives --config automake" and select automake1.9 before
-  running ./configure
+xorg-dev
+libimlib2-dev
 
 ----