Update README.CVS and change name to README.SVN, missing debian package names for...
[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 Xft2 library/headers (devel package) (http://www.fontconfig.org)
9 Xlib library/headers (devel package)
10 Pkg-Config
11 Glib 2.0+ library/headers (devel package) (http://www.gtk.org)
12 libxml2 2.0+ library/headers (devel package)
13 Pango 1.10+ library/headers (devel package)
14 cvs
15
16 I recommend the latest version of all these packages.
17
18 Do the following to build and install Openbox in CVS:
19
20 % ./bootstrap
21 % ./configure
22 % make all install
23
24 Don't try running it from the openbox/ directory without installing, it won't work.
25 It needs to be installed before it is run.
26
27 The installed binary is 'openbox'.
28
29
30
31 ----
32 In debian unstable, you want these packages:
33 gcc
34 gettext
35 automake1.7
36 autoconf
37 libtool
38 libxft2-dev
39 libxrender-dev
40 pkg-config
41 libglib2.0-dev
42 libxml2-dev
43
44 tip: run "update-alternatives --config automake" and select automake1.7 before
45   running ./configure
46
47 ----