Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbmckinley committed Jan 22, 2023
1 parent 583e797 commit 7e45f6d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Expand Up @@ -3,20 +3,24 @@
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.

# Building #
Dependencies:
```
sudo apt install meson cmake libgps-dev ninja-build libglib2.0-dev
```

Install meson, cmake, libgps-dev, ninja-build and libglib2.0-dev using your favorite package manager. Then run:

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

This will try to build the following software:

- navit: Requires libgps and [ArduiPi_OLED](https://github.com/Speedsaver/ArduiPi_OLED)
- navit: Requires [ArduiPi_OLED](https://github.com/Speedsaver/ArduiPi_OLED)
- maptool: Requires an x86_64 target processor

# Importing maps #
Expand Down

0 comments on commit 7e45f6d

Please sign in to comment.