Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 156 Bytes

readme.md

File metadata and controls

9 lines (8 loc) · 156 Bytes

Build

  1. Install GMP(The GNU MP Bignum Library), e.g., sudo apt install libgmp-dev
  2. Build ISL:
cd isl-rs
./build_isl.sh
  1. cargo build