summaryrefslogtreecommitdiff
path: root/1Tdata/xbase/xbase64-4.1.4/build/debian/README.debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 19:45:36 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 19:45:36 +0200
commitbfa452a375ea0a0a3f95304a69186936567e5263 (patch)
treeaade062a143c1afcc4ea06ee27905ffc34a9217b /1Tdata/xbase/xbase64-4.1.4/build/debian/README.debian
parentdd70ff8bf32c2d7ed365004b1770058265db1978 (diff)
New upstream version 4.1.4
Diffstat (limited to '1Tdata/xbase/xbase64-4.1.4/build/debian/README.debian')
-rw-r--r--1Tdata/xbase/xbase64-4.1.4/build/debian/README.debian26
1 files changed, 26 insertions, 0 deletions
diff --git a/1Tdata/xbase/xbase64-4.1.4/build/debian/README.debian b/1Tdata/xbase/xbase64-4.1.4/build/debian/README.debian
new file mode 100644
index 0000000..dd6d8eb
--- /dev/null
+++ b/1Tdata/xbase/xbase64-4.1.4/build/debian/README.debian
@@ -0,0 +1,26 @@
+
+3/26/23
+
+Debian build steps for Xbase64
+
+1) Verify cmake is installed with command: cmake --version
+ If it is not installed, install the latest version through the Debian software store.
+
+2) Verify gcc is intalled with the command: gcc --version
+ If it is not installed, execute the following commands:
+
+ sudo apt update
+ sudo apt install build-essential
+ gcc --version
+
+3) Build xbase64 library
+
+ cd build/debian (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)
+
+
+