mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-24 12:12:09 +00:00
Update manual build instructions
This commit is contained in:
parent
c2c38dcae7
commit
00caccc459
1 changed files with 2 additions and 6 deletions
|
@ -19,13 +19,9 @@ My personal blazingly fast and efficient status bar + widgets, in case anyone fi
|
|||
|
||||
*All optional dependencies enabled*
|
||||
```
|
||||
meson build --buildtype=release
|
||||
meson setup build
|
||||
```
|
||||
*All optional dependencies are disabled*
|
||||
```
|
||||
meson build --buildtype=release -DWithHyprland=false -DWithNvidia=false -DWithBlueZ=false
|
||||
```
|
||||
4. Build and install
|
||||
2. Build and install
|
||||
```
|
||||
ninja -C build && sudo ninja -C build install
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue