summaryrefslogtreecommitdiff
path: root/1Tdata/xbase/xbase64-4.1.4/build/borland5.5/README.borland5_5
blob: 849614b2c09cd04528256918f64e9352cce2b5bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

3/26/23

Install steps for Xbase64 with Borland compiler version 5.5

1)  Verify cmake is installed with command:  cmake --version
    If it is not installed, take necessary steps to install it.

2)  Verify gcc is intalled with the command:  gcc --version
    If it is not installed, execute the following commands:


3)  Build xbase64 library

      cd build/borland5.5  (go to the appropriate build directory)
      BuildBorland.bat     (configure and compile for your environment)
      make test            (test library build)

      sudo make install    (install it)
      xb_cfg_chk           (test install)

      if xb_cg-chk does not execute, add "C:\Program Files\xbase64\bin"
      to the path.


Also of note:

    CleanBorland.bat  - initializes the borland5.5 build library