We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcde1ee + 72f478f commit 8895f25Copy full SHA for 8895f25
README.md
@@ -20,7 +20,7 @@ documentation.
20
## Building from Source
21
22
1. Make sure you have installed the dependencies:
23
- * `g++` 4.4 or `clang++` 3.x
+ * `g++` 4.7 or `clang++` 3.x
24
* `python` 2.6 or later (but not 3.x)
25
* `perl` 5.0 or later
26
* GNU `make` 3.81 or later
src/doc/tutorial.md
@@ -90,7 +90,7 @@ supported build environments that are most likely to work.
90
To build from source you will also need the following prerequisite
91
packages:
92
93
-* g++ 4.4 or clang++ 3.x
+* g++ 4.7 or clang++ 3.x
94
* python 2.6 or later (but not 3.x)
95
* perl 5.0 or later
96
* gnu make 3.81 or later
0 commit comments