Last active
August 29, 2015 14:19
-
-
Save springmeyer/87a7975f7cc57ecb5af7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone [email protected]:Project-OSRM/node-osrm.git | |
cd node-osrm | |
git checkout sudo-false | |
source ./bootstrap.sh | |
npm install --build-from-source --clang=1 | |
wget http://download.geofabrik.de/europe/germany/berlin-latest.osm.pbf | |
iprofiler -timeprofiler ./lib/binding/osrm-extract berlin-latest.osm.pbf -p test/data/car.lua |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment