<div dir="ltr">Hello,<div><br></div><div>i have tried several times building osrm in my pc, but I can“t. My OS is ubuntu 14.04 x64 and i followed the instrucions given in OSRM PROJECT wiki, but after finishing I can`t find osrm-extract, osrm-prepare and osrm-routed commands.</div>
<div><br></div><div><br></div><div>These are the steps I do:</div><div><br></div><div>1. Fetch the source:</div><div><p style="margin:15px 0px;color:rgb(51,51,51);font-family:Helvetica,arial,freesans,clean,sans-serif;font-size:15px;line-height:25.5px">
<span style="font-family:Consolas,'Liberation Mono',Monaco,Courier,monospace;font-size:12px;line-height:20.399999618530273px;background-color:rgb(248,248,248)">git clone <a href="https://github.com/DennisOSRM/Project-OSRM.git">https://github.com/DennisOSRM/Project-OSRM.git</a></span><br>
</p></div><div>2. building 14.04+:</div><div><br></div><div><pre style="font-size:13px;font-family:Consolas,'Liberation Mono',Monaco,Courier,monospace;margin-top:15px;margin-bottom:15px;border:1px solid rgb(221,221,221);line-height:19px;overflow:auto;padding:6px 10px;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;word-wrap:normal;color:rgb(51,51,51);background-color:rgb(248,248,248)">
<code style="font-family:Consolas,'Liberation Mono',Monaco,Courier,monospace;font-size:12px;margin:0px;border:none;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;padding:0px;word-wrap:normal;display:inline;line-height:inherit;background:transparent">install build-essential git cmake pkg-config libprotoc-dev libprotobuf8 \
protobuf-compiler libprotobuf-dev libosmpbf-dev libpng12-dev \
libbz2-dev libstxxl-dev libstxxl-doc libstxxl1 libxml2-dev \
libzip-dev libboost-all-dev lua5.1 liblua5.1-0-dev libluabind-dev libluajit-5.1-dev libtbb-dev</code></pre></div><div><br></div><div>3. build OSRM:</div><div><br></div><div><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Monaco,Courier,monospace;font-size:12px;line-height:20.399999618530273px;background-color:rgb(248,248,248)">mkdir -p build; cd build; cmake ..; make</span><br>
</div><div><br></div><div>Any help?????<br></div><div><br></div><div>Thanks in advance.</div></div>