2007-07-21 03:01:42 +00:00
|
|
|
To build Openbox from git you need:
|
2003-01-24 06:58:22 +00:00
|
|
|
|
2003-03-16 21:11:39 +00:00
|
|
|
A C Compiler (GNU GCC 3.2+ suggested)
|
2007-04-30 09:26:48 +00:00
|
|
|
GNU Gettext 0.14.4
|
2003-01-24 06:58:22 +00:00
|
|
|
GNU Autoconf 2.50+
|
2007-04-30 09:26:48 +00:00
|
|
|
GNU Automake 1.9+
|
2003-01-24 06:58:22 +00:00
|
|
|
GNU Libtool
|
|
|
|
Xlib library/headers (devel package)
|
2003-03-16 21:11:39 +00:00
|
|
|
Pkg-Config
|
2003-05-25 01:46:54 +00:00
|
|
|
Glib 2.0+ library/headers (devel package) (http://www.gtk.org)
|
|
|
|
libxml2 2.0+ library/headers (devel package)
|
2007-04-30 09:26:48 +00:00
|
|
|
Pango 1.10+ library/headers (devel package)
|
|
|
|
cvs
|
2003-05-25 01:39:28 +00:00
|
|
|
|
2007-07-21 03:01:42 +00:00
|
|
|
Optionally you may want:
|
2007-05-01 04:53:24 +00:00
|
|
|
X Cursor library/headers (devel package)
|
2007-07-21 03:01:42 +00:00
|
|
|
Startup Notification library/headers 0.8+ (devel package)
|
2007-05-01 04:53:24 +00:00
|
|
|
|
2007-07-21 03:01:42 +00:00
|
|
|
We recommend the latest versions of all these packages.
|
2003-01-24 07:00:34 +00:00
|
|
|
|
2007-07-21 03:01:42 +00:00
|
|
|
Do the following to build and install Openbox in git:
|
2003-01-24 07:00:34 +00:00
|
|
|
|
|
|
|
% ./bootstrap
|
|
|
|
% ./configure
|
2007-07-21 03:01:42 +00:00
|
|
|
% make
|
|
|
|
su to root and
|
|
|
|
% make install
|
|
|
|
or
|
|
|
|
% sudo make install
|
2003-01-24 07:00:34 +00:00
|
|
|
|
2007-04-30 09:26:48 +00:00
|
|
|
Don't try running it from the openbox/ directory without installing, it won't work.
|
2003-01-27 14:10:49 +00:00
|
|
|
It needs to be installed before it is run.
|
2003-01-24 07:00:34 +00:00
|
|
|
|
2007-07-21 13:12:56 +00:00
|
|
|
The following commands will be available: openbox-session,
|
|
|
|
openbox-gnome-session, openbox-kde-session, and openbox.
|
|
|
|
|
|
|
|
See the man pages for details about them. If you want to run Openbox on its
|
|
|
|
own, you probably want to run "openbox-session".
|
2003-01-29 07:28:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2003-05-25 02:05:07 +00:00
|
|
|
----
|
|
|
|
In debian unstable, you want these packages:
|
|
|
|
gcc
|
|
|
|
gettext
|
2007-05-01 04:53:24 +00:00
|
|
|
automake1.9
|
2003-05-25 02:05:07 +00:00
|
|
|
autoconf
|
|
|
|
libtool
|
2007-05-01 04:53:24 +00:00
|
|
|
libpango1.0-dev
|
2003-05-25 02:05:07 +00:00
|
|
|
pkg-config
|
|
|
|
libglib2.0-dev
|
|
|
|
libxml2-dev
|
2007-05-01 04:53:24 +00:00
|
|
|
libxcursor-dev
|
|
|
|
libstartup-notification0-dev
|
|
|
|
xlibs-dev
|
2003-05-25 02:05:07 +00:00
|
|
|
|
2007-05-01 04:53:24 +00:00
|
|
|
tip: run "update-alternatives --config automake" and select automake1.9 before
|
2003-05-25 02:05:07 +00:00
|
|
|
running ./configure
|
|
|
|
|
2003-02-01 22:47:39 +00:00
|
|
|
----
|