From c894a7cdd8686ea695602a23a511a3f1b0d047be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 14 Aug 2023 21:07:46 +0200 Subject: New upstream version 4.1.4 --- build/linux64/README.linux64 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 build/linux64/README.linux64 (limited to 'build/linux64/README.linux64') diff --git a/build/linux64/README.linux64 b/build/linux64/README.linux64 new file mode 100644 index 0000000..e5620ef --- /dev/null +++ b/build/linux64/README.linux64 @@ -0,0 +1,22 @@ + +3/26/23 + +Install steps for Xbase64 on a linux 64 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/linux64 (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) + + + -- cgit v1.2.3