diff --git a/Compiling.md b/Compiling.md index 376dd6d..77f6c7e 100644 --- a/Compiling.md +++ b/Compiling.md @@ -1,26 +1,15 @@ -## 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 +## apt-get -Optional dependencies for extended module support: - i3-wm - libasound2-dev - libmpdclient-dev - libiw-dev +### 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