Created Compiling (markdown)

Michael Carlberg 2017-01-14 13:00:41 +01:00
parent 6f822edce1
commit 1f92ca9819
1 changed files with 26 additions and 0 deletions

26
Compiling.md Normal file

@ -0,0 +1,26 @@
## apt-get packages
~~~
Required libraries:
cmake
cmake-data
libfontconfig1-dev
libfreetype6-dev
libghc-x11-xft-dev
libx11-xcb-dev
libxcb1-dev
libxcb-ewmh-dev
libxcb-icccm4-dev
libxcb-image0-dev
libxcb-randr0-dev
libxcb-util0-dev
libxcb-xkb-dev
pkg-config
python-xcbgen
xcb-proto
Optional dependencies for extended module support:
i3-wm
libasound2-dev
libmpdclient-dev
libiw-dev
~~~