]> icculus.org git repositories - mikachu/openbox.git/blob - README.SVN
fix directional focus
[mikachu/openbox.git] / README.SVN
1 To build Openbox from SVN 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+
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
15 Optionally you may way:
16 X Cursor library/headers (devel package)
17 Startup Notification library/headers (devel package)
18
19 I recommend the latest version of all these packages.
20
21 Do the following to build and install Openbox in CVS:
22
23 % ./bootstrap
24 % ./configure
25 % make all install
26
27 Don't try running it from the openbox/ directory without installing, it won't work.
28 It needs to be installed before it is run.
29
30 The installed binary is 'openbox'.
31
32
33
34 ----
35 In debian unstable, you want these packages:
36 gcc
37 gettext
38 automake1.9
39 autoconf
40 libtool
41 libpango1.0-dev
42 pkg-config
43 libglib2.0-dev
44 libxml2-dev
45 libxcursor-dev
46 libstartup-notification0-dev
47 xlibs-dev
48
49 tip: run "update-alternatives --config automake" and select automake1.9 before
50   running ./configure
51
52 ----