Skip to content

Instantly share code, notes, and snippets.

View faheemmughal's full-sized avatar

Faheem Mughal faheemmughal

View GitHub Profile
units = %{
"0" => "0",
"1" => "I",
"2" => "II",
"3" => "III",
"4" => "IV",
"5" => "V",
"6" => "VI",
"7" => "VII",
"8" => "VIII",
Step 3 : RUN git clone git://github.com/Project-OSRM/osrm-backend.git /src && mkdir -p /build && cd /build && cmake /src && make && mv /src/profiles/bicycle.lua profile.lua && mv /src/profiles/lib/ lib && echo "disk=/tmp/stxxl,2500,syscall" > /build/.stxxl && rm -rf /src
---> Running in b2dd4072ab00
Cloning into '/src'...
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++