README.md edits
This commit is contained in:
13
README.md
13
README.md
@@ -1,12 +1,5 @@
|
|||||||
SQLite for Delphi and FreePascal/Lazarus
|
SQLite for Delphi and FreePascal/Lazarus
|
||||||
========================================
|
========================================
|
||||||
Complete SQLite3 API translation and simple wrapper for Delphi and FreePascal
|
|
||||||
|
|
||||||
Version of SQLite: 3.6.22
|
|
||||||
|
|
||||||
|
|
||||||
Description
|
|
||||||
-----------
|
|
||||||
SQLite is a software library that implements a self-contained, serverless, zero-configuration,
|
SQLite is a software library that implements a self-contained, serverless, zero-configuration,
|
||||||
transactional SQL database engine. The source code for SQLite is in the public domain and is thus
|
transactional SQL database engine. The source code for SQLite is in the public domain and is thus
|
||||||
free for use for any purpose, commercial or private. SQLite is the most widely deployed SQL database
|
free for use for any purpose, commercial or private. SQLite is the most widely deployed SQL database
|
||||||
@@ -26,15 +19,15 @@ Installation and usage notes
|
|||||||
Unzip the package somewhere on your hard drive. Now you need to add the full path of the Source
|
Unzip the package somewhere on your hard drive. Now you need to add the full path of the Source
|
||||||
folder to your IDE options.
|
folder to your IDE options.
|
||||||
|
|
||||||
### For Delphi 6-7 or C++Builder 6
|
#### For Delphi 6-7 or C++Builder 6
|
||||||
Select Tools > Environment Options from the menu, then go to the Library tab and add the full path
|
Select Tools > Environment Options from the menu, then go to the Library tab and add the full path
|
||||||
of this package's Source directory to the Library Path.
|
of this package's Source directory to the Library Path.
|
||||||
|
|
||||||
### For Delphi 2005 and up, or C++Builder 2006 and up
|
#### For Delphi 2005 and up, or C++Builder 2006 and up
|
||||||
Select Tools > Options from the menu, then select Environment Options > Delphi Options >
|
Select Tools > Options from the menu, then select Environment Options > Delphi Options >
|
||||||
Library - Win32, and add the full path of this package's Source directory to the Library Path.
|
Library - Win32, and add the full path of this package's Source directory to the Library Path.
|
||||||
|
|
||||||
### For Lazarus
|
#### For Lazarus
|
||||||
Select Environment > Options from the menu, then select CodeTools, and add the full path of this
|
Select Environment > Options from the menu, then select CodeTools, and add the full path of this
|
||||||
package's Source directory to the Search Path ("Additional source search path for all projects").
|
package's Source directory to the Search Path ("Additional source search path for all projects").
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user