Fix build
This commit is contained in:
parent
0606973e5e
commit
83d84a4fe6
2 changed files with 4 additions and 14 deletions
2
Makefile
2
Makefile
|
@ -60,7 +60,7 @@ polytreewm: ${OBJ}
|
|||
${CC} -c $< -o $@ ${CFLAGS}
|
||||
|
||||
dwm.o: ${DWM_SRC} ${DWM_HDR}
|
||||
${OBJ}: config.mk ${HDR}
|
||||
${OBJ}: ${HDR}
|
||||
|
||||
clean:
|
||||
rm -f polytreewm ${OBJ}
|
||||
|
|
16
README.md
16
README.md
|
@ -11,13 +11,9 @@ In order to build PolytreeWM you need the Xlib header files.
|
|||
Installation
|
||||
------------
|
||||
|
||||
Edit config.mk to match your local setup (PolytreeWM is installed into the
|
||||
/usr/local namespace by default).
|
||||
|
||||
Afterwards enter the following command to build and install PolytreeWM (if
|
||||
necessary as root):
|
||||
|
||||
make clean install
|
||||
./configure
|
||||
make clean all
|
||||
sudo make install
|
||||
|
||||
Running
|
||||
-------
|
||||
|
@ -42,12 +38,6 @@ like this in your .xinitrc:
|
|||
done &
|
||||
exec polytreewm
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
The configuration of PolytreeWM is done by creating a custom config.h and
|
||||
(re)compiling the source code.
|
||||
|
||||
Credits
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in a new issue