summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/tuple/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/tuple/test/README')
-rw-r--r--src/boost/libs/tuple/test/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/boost/libs/tuple/test/README b/src/boost/libs/tuple/test/README
new file mode 100644
index 000000000..6047c49aa
--- /dev/null
+++ b/src/boost/libs/tuple/test/README
@@ -0,0 +1,16 @@
+To compile the
+
+libs/tuple/test/*.cpp
+
+files, you need to set include paths
+for boost.
+For example, in libs/tuple/test directory you would type (using g++):
+
+g++ -I../../.. tuple_test_bench.cpp
+
+The following is not true anymore:
+
+ If you want to use tuple_io, you need to compile and link src/tuple.cpp:
+ g++ -I../../.. ../src/tuple.cpp io_test.cpp
+
+Thanks to Hartmut Kaiser's suggestion, the tuple.cpp is not needed anymore.