summaryrefslogtreecommitdiff
path: root/build/mingw/README.mingw
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 21:07:48 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 21:07:48 +0200
commitd850e78baf62d1f472a3a296f407c127c64cec88 (patch)
tree39725643b44c91ea25809766cf95cd0b1173e880 /build/mingw/README.mingw
parent15f88452d39eee5a89551a89ef2b93df5168ba2f (diff)
parentc894a7cdd8686ea695602a23a511a3f1b0d047be (diff)
Update upstream source from tag 'upstream/4.1.4'
Update to upstream version '4.1.4' with Debian dir 403f575aa88344456029245280a05149f0173f2e
Diffstat (limited to 'build/mingw/README.mingw')
-rw-r--r--build/mingw/README.mingw21
1 files changed, 21 insertions, 0 deletions
diff --git a/build/mingw/README.mingw b/build/mingw/README.mingw
new file mode 100644
index 0000000..aee6401
--- /dev/null
+++ b/build/mingw/README.mingw
@@ -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 mingw gcc is intalled with the command: mingw32-make --version
+ If it is not installed, install the latest version.
+
+
+3) Build xbase64 library
+
+ cd build/mingw (go to the appropriate build directory)
+ BuildMinGw.bat (configure for your environment and compile)
+ mingw32-make test (test library buiild)
+ mingw32-make install (install it)
+
+ "c:\Program Files (x86)\xbase64\bin\xb_cfg_chk"
+ (test install)
+