X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=doc%2Fbook.xml;h=994e3d1f272b4da3594897c044fb296d1a88cd1d;hb=refs%2Fheads%2Fmaster;hp=9dd568c24398099deab70a4e99722ab9b28f9983;hpb=482393d398fce594468cc528a65e062e0fe7b14f;p=mp-xquery-moved-to-github.git diff --git a/doc/book.xml b/doc/book.xml index 9dd568c..994e3d1 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -111,6 +111,14 @@ Consult the Zorba documentation for more information. + Some parts of Zorba require C++ 11 features. If the local C++ + compiler does not offer this by default, you might have to add: + + -D CMAKE_CXX_FLAGS=-std=c++11 + + to the cmake invokation. This is the case on MAC OS X with MacPorts. + + Metaproxy can be installed as follows: ./configure