summaryrefslogtreecommitdiff
path: root/build/win32vs/README.win32vs
diff options
context:
space:
mode:
Diffstat (limited to 'build/win32vs/README.win32vs')
-rw-r--r--build/win32vs/README.win32vs23
1 files changed, 23 insertions, 0 deletions
diff --git a/build/win32vs/README.win32vs b/build/win32vs/README.win32vs
new file mode 100644
index 0000000..19dc7f6
--- /dev/null
+++ b/build/win32vs/README.win32vs
@@ -0,0 +1,23 @@
+
+32 bit Visual Studio build steps for Xbase64 running on Windows - 3/27/23
+
+
+1) Verify cmake is installed with command: cmake --version
+ If it is not installed, install the latest version.
+
+
+2) Verify Visual Studio is intalled with the command.
+
+
+3) Build xbase64 library
+
+ Open Visual Studio Command Prompt for 32 bit environment
+ cd build/win32vs (go to the appropriate build directory)
+ BuildWin.bat (configure for your environment and compile)
+ nmake test (test library buiild)
+ nmake install (install it)
+
+ "c:\Program Files (x86)\xbase64\bin\xb_cfg_chk" (test install)
+
+
+Also of note, batch file CleanWin.bat initializes the win64vs build folders. \ No newline at end of file