Fixed dependencies in readme

This commit is contained in:
buffet 2018-10-26 22:34:35 +02:00
parent fe1fabac86
commit e235ff311e

View file

@ -31,12 +31,17 @@ Configuration languages suck and they add a lot of complexity to a program.
This allows you to write your configuration in any language you want, while also removing the task of listening to keybinds for me, since you can use tools like https://github.com/baskerville/sxhkd[sxhkd] to do that. This allows you to write your configuration in any language you want, while also removing the task of listening to keybinds for me, since you can use tools like https://github.com/baskerville/sxhkd[sxhkd] to do that.
Dependencies
------------
At the moment kiwmi only requires libxcb. It also requires pkg-config for the build process.
Building Building
-------- --------
Configuration can be done mostly in link:config.mk[config.mk]. Configuration can be done mostly in link:config.mk[config.mk].
. Be sure to have the dependencies installed (libxcb). . Be sure to have the dependencies installed.
. `make` . `make`
. `sudo make install` . `sudo make install`