From 1f92ca981966c26381f48ba5405d0b3b280dab34 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Sat, 14 Jan 2017 13:00:41 +0100 Subject: [PATCH] Created Compiling (markdown) --- Compiling.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Compiling.md diff --git a/Compiling.md b/Compiling.md new file mode 100644 index 0000000..376dd6d --- /dev/null +++ b/Compiling.md @@ -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 +~~~ \ No newline at end of file