Browse Source
Update Building.md
Fresh install of Manjaro Linux (latest) - base packages installed.
error: pkt-config package is missing.
pull/46/head
drtyhlpr
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Building.md
|
|
@@ -36,7 +36,7 @@ sudo apt install unzip git gdb curl cmake libx11-dev libglu1-mesa-dev libxrandr- |
|
|
|
|
|
|
|
On Arch Linux: |
|
|
|
```bash |
|
|
|
pacman -S git wget gcc gdb make cmake tar unzip zip curl jq python |
|
|
|
pacman -S git wget gcc gdb make cmake tar unzip zip curl jq python pkg-config |
|
|
|
``` |
|
|
|
|
|
|
|
## Building Rack |
|
|
|