summaryrefslogtreecommitdiff
path: root/1Tdata/xbase/xbase64-4.1.4/build/win32vs/README.win32vs
blob: 19dc7f610b50e29654239c0331cc1c1dbe8663b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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.