From fdda2637f7bd5863221b187fa95f1c02c11a6a81 Mon Sep 17 00:00:00 2001 From: Jacky Date: Tue, 21 Nov 2017 22:21:51 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e9ec62..ff88652 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Build **Linux** (Tested on Ubuntu 14.04) ``` -sudo apt-get install libopenmpi-dev openmpi-bin build-essential cmake git +sudo apt-get install libopenmpi-dev openmpi-bin build-essential cmake git libboost-all-dev git clone https://github.com/Microsoft/multiverso.git --recursive && cd multiverso mkdir build && cd build cmake .. && make && sudo make install