Skip to content

Commit e763220

Browse files
doc: update clang version prerequisite
See commit `4877ec0`, where it now warns on a clang++ version older than 3.4. PR-URL: #1094 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 528d878 commit e763220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ the binary verification command above.
8080
Prerequisites:
8181

8282
* `gcc` and `g++` 4.8 or newer, or
83-
* `clang` and `clang++` 3.3 or newer
83+
* `clang` and `clang++` 3.4 or newer
8484
* Python 2.6 or 2.7
8585
* GNU Make 3.81 or newer
8686
* libexecinfo (FreeBSD and OpenBSD only)

0 commit comments

Comments
 (0)