Skip to content

Instantly share code, notes, and snippets.

View andersc's full-sized avatar

Anders Cedronius andersc

View GitHub Profile
@andersc
andersc / build_gmp.sh
Created November 7, 2017 21:13 — forked from sakrist/build_gmp.sh
GMP and MPFR compile for iOS
#!/bin/bash
set -x
CURRENT=`pwd`
__pr="--print-path"
__name="xcode-select"
DEVELOPER=`${__name} ${__pr}`
GMP_VERSION="5.1.3"