Skip to content

Compilation Tips

Chris Timperley edited this page Sep 2, 2016 · 12 revisions

gmp

hg clone https://gmplib.org/repo/gmp/ TARGDIR
cd TARGDIR
hg update -r COMMIT-ID
./.bootstrap
automake --add-missing
./configure
make

Clone this wiki locally