mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-05 07:30:16 +00:00
Arch dependency command
Added a command to install the prerequisites on Arch Linux to README.md
This commit is contained in:
parent
943a34a2f8
commit
ad7fb2b2d0
@ -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
|
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:
|
On a Mac, get the homebrew package manager and:
|
||||||
|
|
||||||
brew install boost cmake gmp mpfr libmpc bison
|
brew install boost cmake gmp mpfr libmpc bison
|
||||||
|
Loading…
Reference in New Issue
Block a user