Posts

Showing posts with the label raspberry-pi2

Installing Threading Building Blocks for Open Street Routing Machine

Image
Clash Royale CLAN TAG #URR8PPP Installing Threading Building Blocks for Open Street Routing Machine I am trying to build open street routing machine on an RaspberryPi 2 running Raspbian. However, it requires Threading Building Blocks library. I have tried several apt-get commands, but it keeps telling me it cannot find the repository. specifically, it says: Package libtbb-dev is not available,but is refered to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'libtbb-dev' has no installation candidate. I finally broke down and downloaded the TBB source and built that. From what I can tell, threading building blocks built succesfully, but trying to build OSRM I still get the error that the TBB libraries cannot be found. I have tried copying the built TBB directory into where I think OSRM is looking for them ("/opt/intel/tbb" , "/usr/include"), but nothing is working. Does any...