diff --git a/Compiling.md b/Compiling.md index d574fd9..df8c14a 100644 --- a/Compiling.md +++ b/Compiling.md @@ -28,10 +28,6 @@ These are the hard dependencies, you cannot build or run polybar without them: | xcb-util-image | `libxcb-image0-dev` | `xcb-util-image-devel` | `xcb-util-image-devel` | | xcb-util-wm | `libxcb-ewmh-dev`
`libxcb-icccm4-dev` | `xcb-util-wm-devel` | `xcb-util-wm-devel` | -**Note:** `ccache` may be required when installing on Debian or Ubuntu. - -**Note:** If any errors occur, try installing the `Optional Dependencies` below. - All above dependencies paste-friendly for apt: ```bash apt install build-essential git cmake cmake-data pkg-config libcairo2-dev libxcb1-dev libxcb-util0-dev libxcb-randr0-dev libxcb-composite0-dev python-xcbgen xcb-proto libxcb-image0-dev libxcb-ewmh-dev libxcb-icccm4-dev