This commit is contained in:
Qiwei Ye 2017-06-29 11:20:17 +08:00 коммит произвёл GitHub
Родитель c7bedda139
Коммит 02a9cc9c39
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,7 +14,7 @@ Build
```
sudo apt-get install libopenmpi-dev openmpi-bin build-essential cmake git
git clone https://github.com/Microsoft/multiverso.git && cd multiverso
git clone https://github.com/Microsoft/multiverso.git --recursive && cd multiverso
mkdir build && cd build
cmake .. && make && sudo make install
```