diff options
author | Alec Thomas <alec@swapoff.org> | 2016-02-26 11:27:15 +1100 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2016-02-26 11:27:15 +1100 |
commit | 226111d85589bbb129afa26b7b95dd2cd0bd6112 (patch) | |
tree | f79dab71da3b1ae48dafd077cffc09aacbbf0ae3 | |
parent | 089d26cfeec107847d779de77a58d6783f5ef88b (diff) |
Fix apt-get line
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -370,7 +370,7 @@ For gcc-4.7: ```bash sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test sudo apt-get update -qq -sudo apt-get install gcc-4.7 g++4.7 +sudo apt-get install gcc-4.7 g++-4.7 CC=gcc-4.7 CXX=g++4.7 cmake ... ``` |