From: Alec Thomas Date: Fri, 26 Feb 2016 00:27:15 +0000 (+1100) Subject: Fix apt-get line X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=226111d85589bbb129afa26b7b95dd2cd0bd6112;p=clyne%2Fentityx.git Fix apt-get line --- 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 ... ```