From 489ff65e3417e3c0ebfcad7aa5d60a08161bdb48 Mon Sep 17 00:00:00 2001 From: dev Date: Wed, 30 Sep 2015 16:17:09 +0000 Subject: [PATCH] Added OSX notei --- core/c/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/c/README b/core/c/README index 8dd46ae87..185111eeb 100644 --- a/core/c/README +++ b/core/c/README @@ -54,6 +54,10 @@ To build the 32-bit binaries run something like this: To build the 64-bit binaries run something like this: TARGET=freebsd BITS=64 ./mbuild-all.sh +OSX Compilation +--------------- +No working cross-compilation setup has been found. The gmp6 binaries were produced on an OSX host. + Installation and testing ========================