]> icculus.org git repositories - dana/openbox.git/blob - README.CVS
add env var to get 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 libGL library/headers (devel package, mesa or otherwise)
16
17 Optionally, if you want to build the configuration tool (this is recommended):
18 GTK+ 2.0+ library/headers (devel package) (http://www.gtk.org)
19 libglade 2.0+ library/headers (devel package) (http://www.gnome.org)
20
21 I recommend the latest version of all these packages.
22
23 Do the following to build and install Openbox in CVS:
24
25 % ./bootstrap
26 % ./configure
27 % make all install
28
29 Don't try running it from the src/ directory without installing, it won't work.
30 It needs to be installed before it is run.
31
32 The installed binary is 'openbox3'.
33
34
35
36 ----
37 In debian unstable, you want these packages:
38 gcc
39 gettext
40 automake1.7
41 autoconf
42 libtool
43 bison
44 flex
45 libxft2-dev
46 pkg-config
47 libglib2.0-dev
48 libxml2-dev
49 xlibmesa-dev
50
51 optionally:
52 libgtk2.0-dev
53 libglade2-dev
54
55 tip: run "update-alternatives --config automake" and select automake1.7 before
56   running ./configure
57
58 ----