gmp-ios-builder
gmp-ios-builder copied to clipboard
A bash 4 script to build the Gnu Multi Precision library as a framework for iOS devices (and Simulators).
gmp-ios-builder
Update gmp:
- Download the desired version of GMP from gmplib.org (as a
*.bz2) into thegmp-ios-builderroot folder. - Update the
VERSIONfield inbuildIosGmpFrameworkto 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
Requirements
Bash 4 or greater
License
MIT