Allow matching class, name and role in If action
[openbox.git] / README.GIT
blob46352c91936238b3fcb6ebe6152af5d00f313402
1 To build Openbox from git you need:
3 A C Compiler (GNU GCC 3.2+ suggested)
4 -GNU Gettext 0.14.4
5 -GNU Autoconf 2.50+
6 -GNU Automake 1.11+
7 -GNU Libtool
8 -Xlib library/headers (devel package)
9 -Pkg-Config
10 -Glib 2.0+ library/headers (devel package) (http://www.gtk.org)
11 -libxml2 2.0+ library/headers (devel package)
12 -Pango 1.10+ library/headers (devel package)
13 -cvs or git or neither, depending on how gettext was installed*
15 Also you will probably want:
16 -Imlib2 library/headers (devel package)
17 -X Cursor library/headers (devel package)
18 -Startup Notification library/headers 0.8+ (devel package)
20 We recommend the latest versions of all these packages.
22 *) for versions below 0.18.1 cvs is needed, above that, see autopoint --version
24 Do the following to build and install Openbox in git:
26 % ./bootstrap
27 % ./configure
28 % make
29 su to root and
30 % make install
32 % sudo make install
34 Don't try running it from the openbox/ directory without installing, it won't
35 work. It needs to be installed before it is run.
37 The following commands will be available: openbox-session,
38   openbox-gnome-session, openbox-kde-session, and openbox.
40 See the man pages for details about them.  If you want to run Openbox on its
41   own, you probably want to run "openbox-session".
45 ----
46 In Ubuntu, you want these packages:
48 gcc
49 gettext
50 automake
51 autoconf
52 autopoint
53 libtool
54 libpango1.0-dev
55 pkg-config
56 libglib2.0-dev
57 libxml2-dev
58 libstartup-notification0-dev
59 xorg-dev
60 libimlib2-dev
62 ----