Update gmp:
- Download the desired version of GMP from gmplib.org (as a
*.bz2
) into thegmp-ios-builder
root folder. - Update the
VERSION
field inbuildIosGmpFramework
to match the downloaded GMP.
Clean:
./buildIosGmpFramework -c
Extract:
./buildIosGmpFramework -e
Config:
./buildIosGmpFramework -g
Build all (this can take a while):
./buildIosGmpFramework -b
Build framework:
./buildIosGmpFramework -f
Bash 4 or greater