]> icculus.org git repositories - dana/openbox.git/blob - README.CVS
automake 1.7
[dana/openbox.git] / README.CVS
1 To build Openbox from CVS you need:
2
3 A C Compiler (GNU GCC 3.2+ suggested)
4 GNU Gettext
5 GNU Autoconf 2.50+
6 GNU Automake 1.7+
7 GNU Libtool
8 GNU Bison 1.875+
9 GNU Flex
10 Xft2 library/headers (devel package) (http://www.fontconfig.org)
11 Xlib library/headers (devel package)
12 Pkg-Config
13 Glib 2.0+ library/headers (devel package) (http://www.gtk.org)
14 libxml2 2.0+ library/headers (devel package)
15
16 Optionally, if you want to build the configuration tool (this is recommended):
17 GTK+ 2.0+ library/headers (devel package) (http://www.gtk.org)
18 libglade 2.0+ library/headers (devel package) (http://www.gnome.org)
19
20 I recommend the latest version of all these packages.
21
22 Do the following to build and install Openbox in CVS:
23
24 % ./bootstrap
25 % ./configure
26 % make all install
27
28 Don't try running it from the src/ directory without installing, it won't work.
29 It needs to be installed before it is run.
30
31 The installed binary is 'openbox3'.
32
33
34
35 ----