aboutsummaryrefslogtreecommitdiff
path: root/README
blob: ced403bd4e366bbfbad260bc1f618b016e971940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
JWM
See LICENSE for license information.

> Requirements
To build JWM you will need a C compiler (gcc works), X11, and the
"development headers" for X11 and Xlib.
If available and not disabled at compile time, JWM will also use
the following libraries:
	libfribidi for bi-directional text support.
	libXext for the shape extension.
	libXext for the render extension.
	libXinerama for multiple head support.
	libXpm for XPM icons.
	libpng for PNG icons.
	libxft for antialiased and true type fonts.

> Installation
Run "./configure --help" for configuration options.
Run "./configure [options]"
Run "make" to build JWM.
Run "make install" to install JWM.

For more information see http://joewing.net