For SQLite, I would recommend also packaging the sqlite.exe executable.
This will allow users to also create and manipulate SQLite databases
and tables directly, if need be.

Full server support for Postgres would probably take a lot of space, so
you only need to package the DLLs for client acces and let people worry
about setting up a server themselves if they need it.

I think that libpq.dll should be enough for that purpose:

http://www.postgresql.org/docs/8.2/static/install-win32.html

Benjamin

Marco Pasetti wrote:
Hi,

I'm preparing a winGRASS self installer package, but I'm not sure about what
files include in the package from PostgreSQL and SQLite install;
Since now I included only libpq.dll (for PostgreSQL) and libsqlite3-0.dll
(for SQLite); unfortunately I'm not able to use database instructions in
GRASS, so I cannot know if some files are required or not! While SQLite is a
very light utility (for all files), PostgreSQL requires lot of space (quite
30 MB!!!) for a complete inclusion in a GRASS self contained package.

Can someone help me, please?

Marco

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev



--
Benjamin Ducke
Senior Applications Support and Development Officer

Oxford Archaeological Unit Limited
Janus House
Osney Mead
OX2 0ES
Oxford, U.K.

Tel.: ++44 (0)1865 263 800
[EMAIL PROTECTED]



_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to