add debian package list
This commit is contained in:
parent
116339650d
commit
a2b37ea616
1 changed files with 19 additions and 0 deletions
19
README.CVS
19
README.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)
|
||||
|
@ -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
|
||||
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue