summaryrefslogtreecommitdiff
path: root/1Tdata/xbase/xbase64-4.1.4/build/mac64/README.mac64
blob: a8952bc74f09b500c150206c794203f3a8ef1392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 you have xcode installed and operational.


3)  Build xbase64 library


     cd build/mac64
     cmake . -DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
     make			build the library
     make test			tsst the library
     make install		install it
     xb_cfg_check		test it