Skip to content

ilyapopov/osmview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osmview

Desktop OpenStreetMap viewer.

Installation

Download

Source code is hosted on Github.

To clone the source repository you need Git. Install it on a apt based system using

sudo apt install git

Then clone the source repository and update

git clone https://github.com/ilyapopov/osmview

Then do:

git submodule init && git submodule update

Dependencies

  • libSDL2 with Image and TTF components.
  • libcurl
  • boost.filesystem
  • libSDL2pp is bundled within the repository. Shall be checked out automatically when cloning.

To install dependencies on apt-based system (Debian and Ubuntu):

sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libcurl4-openssl-dev libboost-filesystem-dev

Compile

To compile, you need a C++11 conforming compiler (GCC and Clang tested) with a standard library, recent CMake.

cd osmview
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build

Then run osmview:

cd ..
./build/src/osmview

Enjoy!

Author

Ilya Popov

License

Source code available under terms of GPL v3 or later license.

Bundled libSDL2pp is under terms of zlib licence.

Map data Copyright OpenStreetMap contributors under ODbL license.

Releases

No releases published

Packages

No packages published