Updated Compiling (markdown)

Patrick Ziegler 2019-04-25 08:13:05 +02:00
parent ad8b38da98
commit fd1514ec1b
1 changed files with 2 additions and 2 deletions

@ -89,6 +89,8 @@ folder where the polybar sources are located.
To compile, run the following commands: 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 ```sh
mkdir build mkdir build
cd build cd build
@ -98,8 +100,6 @@ make -j$(nproc)
sudo make install 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 ### Building with clang
In some circumstances the compilation might fail when using gcc and you will have to use clang to compile polybar. In some circumstances the compilation might fail when using gcc and you will have to use clang to compile polybar.