Skip to content

Commit

Permalink
Merge pull request #6 from DVLab-NTU/feat/hot-fix
Browse files Browse the repository at this point in the history
Add the gmp dependency for linux
  • Loading branch information
hchchiu authored Oct 4, 2024
2 parents 12ec5dd + ee9952b commit 12eb0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ brew tap Homebrew/bundle && brew bundle
export PATH="$(brew --prefix)/bin:$PATH"
```
- for linux :
- for linux (Ubuntu) :
```bash=
sudo apt-get -y install gperf build-essential bison flex libreadline-dev gawk tcl-dev libffi-dev git cmake parallel
sudo apt-get -y install graphviz xdot pkg-config python3 libboost-system-dev libboost-python-dev libboost-filesystem-dev zlib1g-dev
sudo apt-get -y install graphviz xdot pkg-config python3 libboost-system-dev libboost-python-dev libboost-filesystem-dev zlib1g-dev libgmp-dev
```

## Compile
Expand Down

0 comments on commit 12eb0c5

Please sign in to comment.