summaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rwxr-xr-xREADME23
1 files changed, 16 insertions, 7 deletions
diff --git a/README b/README
index 2005427..35144ad 100755
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- Xbase64 Version 4.1.1
- 12/26/22
+ Xbase64 Version 4.1.4
+ 04/14/23
WHAT IS IT?
@@ -9,8 +9,8 @@ Xbase64 is an xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library
originally by Gary Kunkel and others (see the AUTHORS file).
Xbase64 is useful for accessing data in legacy dBase 3 and 4 database files as
-well as a general light-weight database engine. It includes support for
-DBF (dBase version 3 and 4) data files, NDX and MDX indices and DBT (dBase version 3 and 4).
+well as a general light weight database engine. It includes support for
+DBF (dBase version 3 and 4) data files, NDX and MDX indices and DBT (dBase version 3 and 4).
It supports file and record locking under *nix and Windows.
@@ -18,9 +18,11 @@ DIRECTORY LAYOUT
----------------
/build/borland5.5 Build library for Borland 5.5 environment
- /build/linux32 Build library for Linux 32 bit environment
- /build/linux64 Build library for Linux 64 bit environment
+ /build/debian Build library for Debian environment
+ /build/linux32 Build library for Linux 32 bit environment (tested on Slackware)
+ /build/linux64 Build library for Linux 64 bit environment (tested on Slackware)
/build/mac64 Build library for Mac 64 bit environment
+ /build/mingw Build library for mingw bit environment
/build/win32vs Build library for Windows 32 bit Visual Studio environment
/build/win64vs Build library for Windows 64 bit Visual Studio environment
@@ -29,13 +31,20 @@ DIRECTORY LAYOUT
/logs Log files
/sql SQL files
/src Library source code
+ /temp Folder for temp files
Starting point
--------------
- docs/html/index.html
+1) For Linux/Unix environment, download the latest gz file and execute the following
+ gunzip xbase64_x.y.z.tar.gz
+ tar -cvf xbase64_x.y.z
+
+2) For Windows environment, download the lates zip file and unzip it
+
+3) Point your browser to - docs/html/index.html