defvol / geobox

A virtual machine for geo stuff
3 stars 0 forks source link

Add osmium-tool #18

Open defvol opened 9 years ago

defvol commented 9 years ago

https://github.com/osmcode/osmium-tool

defvol commented 9 years ago

osmcode/libosmium

Important dependencies:

% sudo apt-get install cmake cmake-curses-gui make libexpat1-dev zlib1g-dev libbz2-dev

Extra dependencies:

% sudo apt-get install libsparsehash-dev libboost-dev libboost-program-options-dev libgdal-dev libgeos++-dev libproj-dev doxygen graphviz

Build

% git clone git@github.com:osmcode/libosmium.git
% cd libosmium; mkdir build; cd build
% cmake ..
% make

osmcode/osmium-tool

Docs

% sudo apt-get install pandoc

Build

% git clone git@github.com:osmcode/osmium-tool.git
% cd osmium-tool; mkdir build; cd build
% cmake ..
% make

Run

vagrant@vagrant-ubuntu-trusty-64 /vagrant/tools/osmium-tool/build
 % ./osmium --help