[go: up one dir, main page]

Menu

[dd7866]: / README  Maximize  Restore  History

Download this file

52 lines (30 with data), 1.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
The Wind window manager

By Johan Veenhuizen
veenhuizen@users.sourceforge.net

http://windwm.sourceforge.net


Documentation

  Refer to the manual page for information on how to use Wind.


License

  Wind is free software distributed under the MIT license. The
file LICENSE contains the full terms and conditions. The license
text is also included in the manual page.


Installation

  Wind uses GNU Autotools for configuration and building. The
following commands will configure, build, and install the
program and documentation at the default locations.

  $ ./configure
  $ make
  $ make install

  The configure script takes several options to customize
the installation. Type './configure --help' to list the
supported options.


Building the git source

  The configure script and other files needed to build Wind are
not under version control, so if you cloned the git repository
you will need to generate them using the following command.

  $ autoreconf -i

  Note that you need to have GNU Autoconf and GNU Automake
installed on your system.


Reporting bugs

  The best way to report a bug is to use the bug tracker
on the project home page.