aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2016-02-26 11:27:15 +1100
committerAlec Thomas <alec@swapoff.org>2016-02-26 11:27:15 +1100
commit226111d85589bbb129afa26b7b95dd2cd0bd6112 (patch)
treef79dab71da3b1ae48dafd077cffc09aacbbf0ae3
parent089d26cfeec107847d779de77a58d6783f5ef88b (diff)
Fix apt-get line
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index db124ce..2ed0c70 100644
--- a/README.md
+++ b/README.md
@@ -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 ...
```