aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-03 15:51:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-03-03 15:51:57 +0200
commit4059cc0ef58ffc40f50f15bdd1fecd78f49c2727 (patch)
treeebde630ace4879754c9d3ef8778cffb1af8e0431 /INSTALL
parent176cceba500c15678733ec340a7725f0eb1cd3b9 (diff)
Documentation updates for C++11 support
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 8 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 6a59aee..ba1251c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -90,6 +90,12 @@ C++ compiler and compiles with optimization and without debug information:
./configure CXX=g++-4.5 CXXFLAGS=-O3
+If you would like to build the tests in the C++11 mode, then you will need
+to pass the necessary options to turn the C++ compiler into this mode. For
+example:
+
+./configure CXXFLAGS=-std=c++0x
+
Once configuration is complete, run make to build the tests:
make
@@ -136,7 +142,8 @@ boost\<database>\, and qt\<database>\ directories they are named in
the form <database>-vc<N>.sln. Here <N> is the version of Visual Studio
that you are using. Once each solution is open, select the desired build
configuration (Debug or Release) and platform (Win32 or x64) and build the
-solution.
+solution. Note that with Visual Studio 10 (2010) and later the tests are
+built in the C++11 mode.
Alternatively, you can use the build.bat batch files located in the
odb-tests\, odb-tests\boost\, and odb-tests\qt\ directories to build all