Skip to content

Commit

Permalink
Update SQLite version in help file
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemistmatt committed Jul 26, 2019
1 parent 2abebed commit 59438f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions System.Data.SQLite_Compilation_Steps_Linux.wiki
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
System.Data.SQLite DLLs in the x86 and x64 directories are compiled against Windows and thus will not work on Linux.
To use System.Data.SQLite on Linux, compile the .so file using the following steps:

1) Download sqlite-netFx-full-source v1.0.108 from https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
* Specifically https://system.data.sqlite.org/downloads/1.0.108.0/sqlite-netFx-full-source-1.0.108.0.zip
1) Download sqlite-netFx-full-source v1.0.111 from https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
* Specifically https://system.data.sqlite.org/downloads/1.0.111.0/sqlite-netFx-full-source-1.0.111.0.zip
2) Transfer to the Linux server, storing in <code>/home/username/System.Data.SQLite</code>

3) Extract the files using <code>unzip sqlite-netFx-full-source-1.0.108.0.zip</code>
3) Extract the files using <code>unzip sqlite-netFx-full-source-1.0.111.0.zip</code>

4) If necessary, install gcc and related tools
<pre>
Expand Down Expand Up @@ -38,4 +38,4 @@ chmod -x libSQLite.Interop.so
7) Copy libSQLite.Interop.so to the directory where your Mono/.NET application's binaries reside (not the x64 or x86 subdirectories containing SQLite.Interop.dll). For example:
<pre>cp libSQLite.Interop.so /opt/DMS_Programs/AScore</pre>

Note that the version of System.Data.SQLite.dll in that directory must be 1.0.108 if the .so file was compiled using 1.0.108 source.
Note that the version of System.Data.SQLite.dll in that directory must be 1.0.111 if the .so file was compiled using 1.0.111 source.

0 comments on commit 59438f4

Please sign in to comment.