Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbmckinley committed Nov 26, 2022
1 parent 241146e commit ff87dc2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Speedsaver software #

This is the core Speedsaver code. Derived from Navit, the open source satnav software. Thanks to the Navit team for their great work over the years.


To create the maptool executable binary file required to use our ogr2osm-translations map conversion repository do the following:

dependencies: meson ninja-build libglib2.0-dev

git clone https://github.com/Speedsaver/navit.git && cd navit && meson setup builddir && cd builddir && ninja

copy the newly created maptool executable binary file to path/to/ogr2osm/translations as described in our ogr2osm-translations repo

0 comments on commit ff87dc2

Please sign in to comment.