Skip to content

Commit

Permalink
Merge pull request #1273 from Dubland/KAA-1510
Browse files Browse the repository at this point in the history
KAA-1510: Fix instruction for Ubuntu 16
  • Loading branch information
rasendubi authored Nov 17, 2016
2 parents a565f41 + ab9a900 commit c789944
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ wget https://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.
tar -xf boost_1_55_0.tar.gz
cd boost_1_55_0
./bootstrap.sh
sudo ./bjam install
sudo ./bjam cxxflags=-std=c++11 install
```

</div></div>
Expand Down

0 comments on commit c789944

Please sign in to comment.