From 0aba793be113ccd8ecec88311536730917901f3e Mon Sep 17 00:00:00 2001 From: Alberto Mendez Date: Wed, 20 Sep 2023 21:44:02 +0200 Subject: [PATCH] docs: Arch Linux setup instructions (#308) * docs: add arch linux setup steps * fix: base-devel arch linux package typo --- book/src/setup.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/book/src/setup.md b/book/src/setup.md index 483ead6ae..136373ce6 100644 --- a/book/src/setup.md +++ b/book/src/setup.md @@ -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