]> icculus.org git repositories - mikachu/openbox.git/blob - README.CVS
propogate property changes on the group leader to the whole group
[mikachu/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 0.12.1
5 GNU Autoconf 2.50+
6 GNU Automake 1.7+
7 GNU Libtool
8 Xft2 library/headers (devel package) (http://www.fontconfig.org)
9 Xlib library/headers (devel package)
10 Pkg-Config
11 Glib 2.0+ library/headers (devel package) (http://www.gtk.org)
12 libxml2 2.0+ library/headers (devel package)
13
14 Optionally, if you want to build the configuration tool (this is recommended):
15 GTK+ 2.0+ library/headers (devel package) (http://www.gtk.org)
16
17 I recommend the latest version of all these packages.
18
19 Do the following to build and install Openbox in CVS:
20
21 % ./bootstrap
22 % ./configure
23 % make all install
24
25 Don't try running it from the src/ directory without installing, it won't work.
26 It needs to be installed before it is run.
27
28 The installed binary is 'openbox3'.
29
30
31
32 ----
33 In debian unstable, you want these packages:
34 gcc
35 gettext
36 automake1.7
37 autoconf
38 libtool
39 libxft2-dev
40 pkg-config
41 libglib2.0-dev
42 libxml2-dev
43
44 optionally:
45 libgtk2.0-dev
46
47 tip: run "update-alternatives --config automake" and select automake1.7 before
48   running ./configure
49
50 ----