1 To build Openbox from git you need:
3 A C Compiler (GNU GCC 3.2+ suggested)
8 Xlib library/headers (devel package)
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)
15 Optionally you may want:
16 X Cursor library/headers (devel package)
17 Startup Notification library/headers 0.8+ (devel package)
19 We recommend the latest versions of all these packages.
21 Do the following to build and install Openbox in git:
31 Don't try running it from the openbox/ directory without installing, it won't work.
32 It needs to be installed before it is run.
34 The following commands will be available: openbox-session,
35 openbox-gnome-session, openbox-kde-session, and openbox.
37 See the man pages for details about them. If you want to run Openbox on its
38 own, you probably want to run "openbox-session".
43 In debian unstable, you want these packages:
54 libstartup-notification0-dev
57 tip: run "update-alternatives --config automake" and select automake1.9 before