]> icculus.org git repositories - dana/openbox.git/blob - README.CVS
okay that parent didnt point where i thought
[dana/openbox.git] / README.CVS
1 To build Openbox from CVS you need:
2
3 A C Compiler (GNU GCC 3.2+ suggested)
4 GNU Gettext 0.12.1
5 GNU Autoconf 2.50+
6 GNU Automake 1.7+
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
14 I recommend the latest version of all these packages.
15
16 Do the following to build and install Openbox in CVS:
17
18 % ./bootstrap
19 % ./configure
20 % make all install
21
22 Don't try running it from the src/ directory without installing, it won't work.
23 It needs to be installed before it is run.
24
25 The installed binary is 'openbox'.
26
27
28
29 ----
30 In debian unstable, you want these packages:
31 gcc
32 gettext
33 automake1.7
34 autoconf
35 libtool
36 libxft2-dev
37 libxrender-dev
38 pkg-config
39 libglib2.0-dev
40 libxml2-dev
41
42 tip: run "update-alternatives --config automake" and select automake1.7 before
43   running ./configure
44
45 ----