summaryrefslogtreecommitdiff
path: root/build/debian/README.debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 21:07:48 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-08-14 21:07:48 +0200
commitd850e78baf62d1f472a3a296f407c127c64cec88 (patch)
tree39725643b44c91ea25809766cf95cd0b1173e880 /build/debian/README.debian
parent15f88452d39eee5a89551a89ef2b93df5168ba2f (diff)
parentc894a7cdd8686ea695602a23a511a3f1b0d047be (diff)
Update upstream source from tag 'upstream/4.1.4'
Update to upstream version '4.1.4' with Debian dir 403f575aa88344456029245280a05149f0173f2e
Diffstat (limited to 'build/debian/README.debian')
-rw-r--r--build/debian/README.debian7
1 files changed, 5 insertions, 2 deletions
diff --git a/build/debian/README.debian b/build/debian/README.debian
index 2c7e95b..dd6d8eb 100644
--- a/build/debian/README.debian
+++ b/build/debian/README.debian
@@ -1,5 +1,7 @@
-Debian build stes for Xbase64 - 2/16/23
+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.
@@ -16,8 +18,9 @@ Debian build stes for Xbase64 - 2/16/23
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 it)
+ xb_cfg_chk (test install)