README.md edits
This commit is contained in:
@@ -22,8 +22,8 @@ Unzip the package somewhere on your hard drive. Now you need to add the full pat
|
|||||||
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
|
Select **Tools > Environment Options** from the menu, then go to the **Library** tab and add the
|
||||||
path of this package's Source directory to the *Library Path*.
|
full 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 >
|
||||||
@@ -34,7 +34,7 @@ Select *Environment > Options* from the menu, then select *CodeTools*, and add t
|
|||||||
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").
|
||||||
|
|
||||||
When using this translation in your projects, add the SQLite3 unit to the uses clause of your source
|
When using this translation in your projects, add the SQLite3 unit to the uses clause of your source
|
||||||
file, if you want to use SQLite3 API, and the SQLite3Wrap unit, if you want to use the accompanying
|
file if you want to use SQLite3 API, and the SQLite3Wrap unit if you want to use the accompanying
|
||||||
wrapper.
|
wrapper.
|
||||||
|
|
||||||
Do not forget to distribute the shared library (sqlite3.dll for Windows, sqlite3.so for Linux) with
|
Do not forget to distribute the shared library (sqlite3.dll for Windows, sqlite3.so for Linux) with
|
||||||
|
|||||||
Reference in New Issue
Block a user