summaryrefslogtreecommitdiff
path: root/README
blob: 35144ad60ab9b9a41136899548ddc2c2932406ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
                             Xbase64 Version 4.1.4
                                  04/14/23


WHAT IS IT?
-----------

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).
It supports file and record locking under *nix and Windows.


DIRECTORY LAYOUT
----------------

  /build/borland5.5	Build library for Borland 5.5 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

  /data			Folder for database files
  /docs			Library documentation
  /logs			Log files
  /sql			SQL files
  /src			Library source code
  /temp			Folder for temp files



Starting point
--------------

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




Please email comments, bug reports, and patches to xdb-dev@lists.sourceforge.net