1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

added winNT cross-compile documentation (CVS 117)

FossilOrigin-Name: 8fc48dd4831dbd58a0c10b043686ea52ca1db6dd
This commit is contained in:
drh
2000-07-31 18:56:15 +00:00
parent d0752609e9
commit 867f9ee646
7 changed files with 320 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#
# Run this TCL script to generate HTML for the index.html file.
#
set rcsid {$Id: index.tcl,v 1.19 2000/07/28 14:32:51 drh Exp $}
set rcsid {$Id: index.tcl,v 1.20 2000/07/31 18:56:16 drh Exp $}
puts {<html>
<head><title>SQLite: An SQL Database Engine Built Atop GDBM</title></head>
@ -99,6 +99,11 @@ Among the SQL features that SQLite does not currently implement are:</p>
how the library is put together.</li>
<li>A description of the <a href="opcode.html">virtual machine</a> that
SQLite uses to access the database.</li>
<li>Instructions for building
<a href="crosscompile.html">SQLite for Win98/NT</a> using the
MinGW cross-compiler. There are also instructions on
<a href="mingw.html">building MinGW</a> in case you don't already have
a copy.</li>
</ul>
</p>