diff options
Diffstat (limited to 'build/debian/README.debian')
-rw-r--r-- | build/debian/README.debian | 7 |
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) |