installation HDBC-SQlite3 Haskell installation HDBC-SQlite3 Haskell sqlite sqlite

installation HDBC-SQlite3 Haskell


OK,

I downloaded sqlite3.dll and sqlite3.h from source zip.

then I inserted sqlite3.dll in system32 dir and in setup configure i used

--extra-lib-dirs=... --extra-include-dirs=... parameters with correct paths to header and dll.


You need to install the C library implementation and headers of SQLite.

On Ubuntu and other Debian-based Linux distros, it's simply

sudo apt-get install sqlite3 libsqlite3-dev

Other Linux distros will have similarly named packages.

On Windows, you'll have to do some more work.

On OS X, I have no idea.