add debian package list
authorDana Jansens <danakj@orodu.net>
Sun, 25 May 2003 02:05:07 +0000 (02:05 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 25 May 2003 02:05:07 +0000 (02:05 +0000)
README.CVS

index 34cb96a..417bfb0 100644 (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)
@@ -33,3 +34,21 @@ 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
+
+----