From d7292f60214cd3c779e6a49886945fd67a7e4e69 Mon Sep 17 00:00:00 2001 From: stangls Date: Wed, 9 Dec 2015 09:06:40 +0100 Subject: [PATCH] Update INSTALL.md Added Ubuntu installation instructions for boost-libraries required on fresh build system. --- docs/INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 7a78c352d4..6737716a6c 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -82,6 +82,7 @@ To build and run OSRM binaries: sudo apt-get install libtbb2 libluabind0.9.1 liblua50 libstxxl1 sudo apt-get install libtbb-dev libluabind-dev libstxxl-dev libosmpbf-dev libprotobuf-dev + sudo apt-get install libboost-thread-dev libboost-system-dev libboost-program-options-dev libboost-filesystem-dev libboost-date-time-dev tools/unix/build_omim.sh -o ### Windows