Commit 7bef010c authored by Kenton Varda's avatar Kenton Varda

tweak

parent cd3374d4
...@@ -54,9 +54,11 @@ attempt to build the C++ runtime. ...@@ -54,9 +54,11 @@ attempt to build the C++ runtime.
### GCC 4.7 or Clang 3.2 Needed ### GCC 4.7 or Clang 3.2 Needed
If you are using GCC, you MUST use at least version 4.7 as Cap'n Proto uses recently-implemented If you are using GCC, you MUST use at least version 4.7 as Cap'n Proto uses recently-implemented
C++11 features. If you are using Clang, you must use at least version 3.2. To use Clang, set C++11 features. If GCC 4.7 is installed but your system's default GCC is older, you will probably
the environment variable `CXX=clang++` before following any instructions below, otherwise `g++` is need to set the environment variable `CXX=g++-4.7` before following the instructions below.
used by default.
If you are using Clang, you must use at least version 3.2. To use Clang, set the environment
variable `CXX=clang++` before following any instructions below, otherwise `g++` is used by default.
### Building with Ekam ### Building with Ekam
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment