mirror of https://github.com/polybar/polybar.git
Updated Compiling (markdown)
parent
ad8b38da98
commit
fd1514ec1b
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue