diff --git a/README.md b/README.md index a08cc0361c..2be1ae0e26 100644 --- a/README.md +++ b/README.md @@ -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 #