6aece02e2a828bddb140efed512e76dd6bc12d11
[dana/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.9 (no more, no less)
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
14 Imlib2 library/headers (devel package)
15
16 Optionally you may want:
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 Do the following to build and install Openbox in git:
23
24 % ./bootstrap
25 % ./configure
26 % make
27 su to root and
28 % make install
29 or
30 % sudo make install
31
32 Don't try running it from the openbox/ directory without installing, it won't work.
33 It needs to be installed before it is run.
34
35 The following commands will be available: openbox-session,
36   openbox-gnome-session, openbox-kde-session, and openbox.
37
38 See the man pages for details about them.  If you want to run Openbox on its
39   own, you probably want to run "openbox-session".
40
41
42
43 ----
44 In Ubuntu, you want these packages:
45
46 gcc
47 gettext
48 automake
49 autoconf
50 libtool
51 libpango1.0-dev
52 pkg-config
53 libglib2.0-dev
54 libxml2-dev
55 libstartup-notification0-dev
56 xorg-dev
57 libimlib2-dev
58
59 ----