[ gpsdrive ] svn install questions
Guenther Meyer
d.s.e at sordidmusic.com
Thu Sep 18 23:04:01 AKDT 2008
Am Freitag 19 September 2008 schrieb Andreas Putzo:
> > As I do not intend to use any of the DB stuff (or Mapnik for that
> > matter), it would be great to use whatever cmake uses for './configure
> > --without-' to skip OSM stuff and survive with simple sqlite for DB
> > needs.
>
> I did not try it, but in DefineOptions.cmake there is a switch whether
> you want to build with or without mapnik support.
> cmake -DWITH_MAPNIK=OFF .. might do the trick.
>
yes, it should work this way.
> > (I don't want to run both PostgreSQL and MySQL on the embedded system,
> > the hard drive is just a compact flash card and the processor is minimal)
> >
> > Running all three DBs seems nuts. I understand the need for Postgre for
> > OSM, but can anyone comment on the status of MySQL vs Sqlite3? I hadn't
> > really been following the DB developments, but my hope was that sqlite
> > would replace mysql for the program's needs. (??)
>
mysql has been replaced completely by sqlite.
the sqlite database consists of two files:
geoinfo.db should come with your installation, and contains all the poi types
and some general presets.
waypoints.db should be created automatically in ~/.gpsdrive/ if not already
there, and contains all your waypoint data.
postgresql is needed by mapnik.
it is used to provide the data for the map rendering in mapnik mode, and
contains all the point of interest from openstreetmap.
if you compile without mapnik support, you don't need it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.gpsdrivers.org/pipermail/gpsdrive/attachments/20080919/622d0c82/attachment.bin>
More information about the GPSdrive
mailing list