db: updated note about sqlite3.dll
merge to 5.2
This commit is contained in:
parent
81fa15e27b
commit
8f2fe7a5aa
|
@ -82,11 +82,8 @@ SQLite support requires the appropriate native library.
|
||||||
|
|
||||||
@itemlist[
|
@itemlist[
|
||||||
|
|
||||||
@item{On Windows, the library is @tt{sqlite3.dll}. It can be obtained
|
@item{On Windows, the library is @tt{sqlite3.dll}. It is included in
|
||||||
from @hyperlink["http://www.sqlite.org/download.html"]{the SQLite
|
the Racket distribution.}
|
||||||
download page}; the DLL file should be extracted and placed into one
|
|
||||||
of the directories produced by
|
|
||||||
@racketblock[(begin (require setup/dirs) (get-lib-search-dirs))]}
|
|
||||||
|
|
||||||
@item{On Mac OS X, the library is @tt{libsqlite3.0.dylib}, which is
|
@item{On Mac OS X, the library is @tt{libsqlite3.0.dylib}, which is
|
||||||
included (in @tt{/usr/lib}) in Mac OS X version 10.4 onwards.}
|
included (in @tt{/usr/lib}) in Mac OS X version 10.4 onwards.}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user