projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9fdca
)
INSTALL: Document C++11 compiler support requirement.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Mon, 9 Jun 2014 14:01:13 +0000
(16:01 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Mon, 9 Jun 2014 14:09:05 +0000
(16:09 +0200)
INSTALL
patch
|
blob
|
history
diff --git
a/INSTALL
b/INSTALL
index 4a93e081738a503c86e0d9a2a1b365abda84dbc1..35e2a520932228549ea05500c6fba19771dc027e 100644
(file)
--- a/
INSTALL
+++ b/
INSTALL
@@
-6,7
+6,9
@@
Requirements
------------
- git
- - g++
+ - A C++ compiler with C++11 support (-std=c++11 option), e.g.
+ - g++ (>= 4.7)
+ - clang++ (>= 3.1)
- make
- libtool
- pkg-config >= 0.22