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.