all repos — openbox @ a2b37ea6163cc015dfaf4b8175dec5c3d6ccbe4a

openbox fork - make it a bit more like ryudo

add debian package list
Dana Jansens danakj@orodu.net
commit

a2b37ea6163cc015dfaf4b8175dec5c3d6ccbe4a

parent

116339650da3f5c4e878a7ddfa34dc4bb58a6fef

1 files changed, 19 insertions(+), 0 deletions(-)

jump to
M README.CVSREADME.CVS

@@ -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 @@

---- +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 + +----