From 8f2fe7a5aaced310594faa0d42f028c0638dc1a2 Mon Sep 17 00:00:00 2001 From: Ryan Culpepper Date: Sun, 16 Oct 2011 00:05:26 -0600 Subject: [PATCH] db: updated note about sqlite3.dll merge to 5.2 --- collects/db/scribblings/notes.scrbl | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/collects/db/scribblings/notes.scrbl b/collects/db/scribblings/notes.scrbl index 2a5860c060..be11551191 100644 --- a/collects/db/scribblings/notes.scrbl +++ b/collects/db/scribblings/notes.scrbl @@ -82,11 +82,8 @@ SQLite support requires the appropriate native library. @itemlist[ -@item{On Windows, the library is @tt{sqlite3.dll}. It can be obtained -from @hyperlink["http://www.sqlite.org/download.html"]{the SQLite -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 Windows, the library is @tt{sqlite3.dll}. It is included in +the Racket distribution.} @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.}