summaryrefslogtreecommitdiff
path: root/build/mac64/README.mac64
diff options
context:
space:
mode:
Diffstat (limited to 'build/mac64/README.mac64')
-rw-r--r--build/mac64/README.mac6421
1 files changed, 21 insertions, 0 deletions
diff --git a/build/mac64/README.mac64 b/build/mac64/README.mac64
new file mode 100644
index 0000000..a8952bc
--- /dev/null
+++ b/build/mac64/README.mac64
@@ -0,0 +1,21 @@
+
+Mingw build steps for Xbase64 running on Windows - 3/7/23
+
+1) Verify cmake is installed with command: cmake --version
+ If it is not installed, install the latest version.
+
+
+
+2) Verify you have xcode installed and operational.
+
+
+3) Build xbase64 library
+
+
+ cd build/mac64
+ cmake . -DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
+ make build the library
+ make test tsst the library
+ make install install it
+ xb_cfg_check test it
+