From a041d9898e6d699bd8c0c25482ec574feb03c547 Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Sat, 29 May 2021 12:54:47 +0200 Subject: First commit This is the original state of the released tarball for JWM 1.8, which will serve as my starting point for further modifications. --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..ced403b --- /dev/null +++ b/README @@ -0,0 +1,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 + -- cgit v1.2.3