Added note for Mac OS X users (-static must be removed).

This commit is contained in:
gn 2005-12-19 14:38:30 +02:00
parent 65a282c52d
commit b7b73a90e3
1 changed files with 6 additions and 7 deletions

13
README
View File

@ -23,12 +23,13 @@ rc shell.
Installation
------------
Edit config.mk to match your local setup. wmii is installed into
the /usr/local hierarchy by default.
the /usr/local hierarchy by default. If your system is Mac OS X,
then remove the '-static' flag in cmd/Makefile.
Afterwards enter the following command to build and install wmii (if
necessary as root):
$ make clean install
make clean install
Running wmii
@ -38,13 +39,11 @@ Add the following line to your .xinitrc to start wmii using startx:
exec wmii
In order to connect wmii or wmiir to a specific display, make sure that
DISPLAY environment variable is set correctly, e.g.:
the DISPLAY environment variable is set correctly, e.g.:
$ setenv DISPLAY foo.bar:1
$ wmii
DISPLAY=foo.bar:1 exec wmii
This will start wmii on display :1 of the host foo.bar if it is present
in your .xinitrc.
This will start wmii on display :1 of the host foo.bar.
Configuration