openbox/README.GIT

61 lines
1.3 KiB
Text
Raw Normal View History

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)
GNU Gettext 0.14.4
2003-01-24 06:58:22 +00:00
GNU Autoconf 2.50+
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)
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:
X Cursor library/headers (devel package)
2007-07-21 03:01:42 +00:00
Startup Notification library/headers 0.8+ (devel package)
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
Don't try running it from the openbox/ directory without installing, it won't work.
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
automake1.9
2003-05-25 02:05:07 +00:00
autoconf
libtool
libpango1.0-dev
2003-05-25 02:05:07 +00:00
pkg-config
libglib2.0-dev
libxml2-dev
libxcursor-dev
libstartup-notification0-dev
xlibs-dev
2003-05-25 02:05:07 +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
----