Allow FillToEdge to grow when all its edges are blocked.
[mikachu/openbox.git] / README.GIT
1 To build Openbox from git you need:
2
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*
14
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)
19
20 We recommend the latest versions of all these packages.
21
22 *) for versions below 0.18.1 cvs is needed, above that, see autopoint --version
23
24 Do the following to build and install Openbox in git:
25
26 % ./bootstrap
27 % ./configure
28 % make
29 su to root and
30 % make install
31 or
32 % sudo make install
33
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.
36
37 The following commands will be available: openbox-session,
38   openbox-gnome-session, openbox-kde-session, and openbox.
39
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".
42
43
44
45 ----
46 In Ubuntu, you want these packages:
47
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
61
62 ----