summaryrefslogtreecommitdiff
path: root/build/borland5.5/README.borland5_5
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/borland5.5/README.borland5_5
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/borland5.5/README.borland5_5')
-rw-r--r--build/borland5.5/README.borland5_529
1 files changed, 29 insertions, 0 deletions
diff --git a/build/borland5.5/README.borland5_5 b/build/borland5.5/README.borland5_5
new file mode 100644
index 0000000..849614b
--- /dev/null
+++ b/build/borland5.5/README.borland5_5
@@ -0,0 +1,29 @@
+
+3/26/23
+
+Install steps for Xbase64 with Borland compiler version 5.5
+
+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, execute the following commands:
+
+
+3) Build xbase64 library
+
+ cd build/borland5.5 (go to the appropriate build directory)
+ BuildBorland.bat (configure and compile for your environment)
+ make test (test library build)
+
+ sudo make install (install it)
+ xb_cfg_chk (test install)
+
+ if xb_cg-chk does not execute, add "C:\Program Files\xbase64\bin"
+ to the path.
+
+
+Also of note:
+
+ CleanBorland.bat - initializes the borland5.5 build library
+