summaryrefslogtreecommitdiff
path: root/build/linux32/README.linux32
diff options
context:
space:
mode:
Diffstat (limited to 'build/linux32/README.linux32')
-rw-r--r--build/linux32/README.linux3222
1 files changed, 22 insertions, 0 deletions
diff --git a/build/linux32/README.linux32 b/build/linux32/README.linux32
new file mode 100644
index 0000000..ebb193e
--- /dev/null
+++ b/build/linux32/README.linux32
@@ -0,0 +1,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)
+
+
+