summaryrefslogtreecommitdiff
path: root/1Tdata/xbase/xbase64-4.1.4/build/mac64/README.mac64
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 21:07:46 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 21:07:46 +0200
commitc894a7cdd8686ea695602a23a511a3f1b0d047be (patch)
tree1fb4e9f4781af3221982a5831173ea14e6585306 /1Tdata/xbase/xbase64-4.1.4/build/mac64/README.mac64
parentbfa452a375ea0a0a3f95304a69186936567e5263 (diff)
New upstream version 4.1.4upstream
Diffstat (limited to '1Tdata/xbase/xbase64-4.1.4/build/mac64/README.mac64')
-rw-r--r--1Tdata/xbase/xbase64-4.1.4/build/mac64/README.mac6421
1 files changed, 0 insertions, 21 deletions
diff --git a/1Tdata/xbase/xbase64-4.1.4/build/mac64/README.mac64 b/1Tdata/xbase/xbase64-4.1.4/build/mac64/README.mac64
deleted file mode 100644
index a8952bc..0000000
--- a/1Tdata/xbase/xbase64-4.1.4/build/mac64/README.mac64
+++ /dev/null
@@ -1,21 +0,0 @@
-
-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
-