projects
/
mp-xquery-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e46a64
)
Add note about C++11 tweak
master
author
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 21 Aug 2015 07:38:12 +0000
(09:38 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Fri, 21 Aug 2015 07:38:12 +0000
(09:38 +0200)
doc/book.xml
patch
|
blob
|
history
diff --git
a/doc/book.xml
b/doc/book.xml
index
9dd568c
..
994e3d1
100644
(file)
--- a/
doc/book.xml
+++ b/
doc/book.xml
@@
-111,6
+111,14
@@
Consult the Zorba documentation for more information.
</para>
<para>
+ Some parts of Zorba require C++ 11 features. If the local C++
+ compiler does not offer this by default, you might have to add:
+ <screen>
+ -D CMAKE_CXX_FLAGS=-std=c++11
+ </screen>
+ to the cmake invokation. This is the case on MAC OS X with MacPorts.
+ </para>
+ <para>
Metaproxy can be installed as follows:
<screen>
./configure