diff options
Diffstat (limited to 'build/debian/README.debian')
-rw-r--r-- | build/debian/README.debian | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/build/debian/README.debian b/build/debian/README.debian deleted file mode 100644 index 2c7e95b..0000000 --- a/build/debian/README.debian +++ /dev/null @@ -1,23 +0,0 @@ - -Debian build stes for Xbase64 - 2/16/23 - -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) - sudo make install (install it) - xb_cfg_chk (test it) - - - |