summaryrefslogtreecommitdiff
path: root/1Tdata/xbase/xbase64-4.1.4/build/linux32/README.linux32
blob: ebb193e8e2b72789b6e3e6ccbec46ca25155b90f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

3/26/23

Install steps for Xbase64 on a linux 32 bit platform.

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, take necessary steps to install it.

3)  Build xbase64 library

      cd build/linux32     (go to the appropriate build directory)
      cmake .              (configure for your environment)
      make                 (compile it)
      make test            (test library build)
      sudo make install    (install it)
      xb_cfg_chk           (test install)