Skip to content

Instantly share code, notes, and snippets.

View asyllh's full-sized avatar

Asyl asyllh

View GitHub Profile
@datawookie
datawookie / install-osrm.sh
Last active October 30, 2021 23:53
Install OSRM
#!/bin/bash
sudo apt update
sudo apt install -y git \
cmake \
build-essential \
jq \
liblua5.2-dev \
libboost-all-dev \
libprotobuf-dev \
@alex85k
alex85k / a_readme.md
Last active June 1, 2021 07:26
Installing OSRM on Windows

To start compiling we need following software installed:

  1. Microsoft compiler and libraries:
  1. Git for Windows: