Skip to content

Commit

Permalink
docs: Arch Linux setup instructions (#308)
Browse files Browse the repository at this point in the history
* docs: add arch linux setup steps

* fix: base-devel arch linux package typo
  • Loading branch information
piny4man authored Sep 20, 2023
1 parent 1247940 commit 0aba793
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions book/src/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Install these packages:
sudo apt install build-essential libssl-dev pkg-config cmake libgtk-3-dev libclang-dev
```

#### Arch Linux

Install these packages:
```sh
sudo pacman -S base-devel openssl cmake gtk3 clang
```

Don't hesitate to contribute so other distros can be added here.

### MacOS
Expand Down

0 comments on commit 0aba793

Please sign in to comment.