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
| units = %{ | |
| "0" => "0", | |
| "1" => "I", | |
| "2" => "II", | |
| "3" => "III", | |
| "4" => "IV", | |
| "5" => "V", | |
| "6" => "VI", | |
| "7" => "VII", | |
| "8" => "VIII", |
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
| 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++ |