From fd1514ec1b3a6e3801d2f1f20cda6f6e314fb72f Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Thu, 25 Apr 2019 08:13:05 +0200 Subject: [PATCH] Updated Compiling (markdown) --- Compiling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiling.md b/Compiling.md index 960b84a..93cf195 100644 --- a/Compiling.md +++ b/Compiling.md @@ -89,6 +89,8 @@ folder where the polybar sources are located. To compile, run the following commands: +**Note:** If you are using anaconda, run `conda deactivate` before running `cmake`, also see the note on the [Known Issues page](/jaagr/polybar/wiki/Known-Issues#building-with-anaconda-installed) if that doesn't work. + ```sh mkdir build cd build @@ -98,8 +100,6 @@ make -j$(nproc) sudo make install ``` -**Note:** If you are using anaconda, see the note on the [Known Issues page](/jaagr/polybar/wiki/Known-Issues#building-with-anaconda-installed) - ### Building with clang In some circumstances the compilation might fail when using gcc and you will have to use clang to compile polybar.