From ad7fb2b2d08a6701f922678ed2f00fe70ade41e8 Mon Sep 17 00:00:00 2001 From: PQCraft <58464017+PQCraft@users.noreply.github.com> Date: Wed, 13 Jul 2022 03:17:40 -0400 Subject: [PATCH] Arch dependency command Added a command to install the prerequisites on Arch Linux to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1557b7b148..24eb9c46e0 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ For Ubuntu Linux, the following should help a bit: sudo apt-get install cmake libgmp-dev libmpfr-dev libmpc-dev libboost-all-dev bison flex texinfo ruby +For Arch Linux, this should do the trick: + + sudo pacman -S --needed cmake gmp mpfr libmpc boost bison flex texinfo ruby + On a Mac, get the homebrew package manager and: brew install boost cmake gmp mpfr libmpc bison