|
Last change
on this file since 29 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
431 bytes
|
| Line | |
|---|
| 1 | To compile the |
|---|
| 2 | |
|---|
| 3 | libs/tuple/test/*.cpp |
|---|
| 4 | |
|---|
| 5 | files, you need to set include paths |
|---|
| 6 | for boost. |
|---|
| 7 | For example, in libs/tuple/test directory you would type (using g++): |
|---|
| 8 | |
|---|
| 9 | g++ -I../../.. tuple_test_bench.cpp |
|---|
| 10 | |
|---|
| 11 | The following is not true anymore: |
|---|
| 12 | |
|---|
| 13 | If you want to use tuple_io, you need to compile and link src/tuple.cpp: |
|---|
| 14 | g++ -I../../.. ../src/tuple.cpp io_test.cpp |
|---|
| 15 | |
|---|
| 16 | Thanks to Hartmut Kaiser's suggestion, the tuple.cpp is not needed anymore. |
|---|
Note: See
TracBrowser
for help on using the repository browser.