-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
28 lines (18 loc) · 818 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
String Interoperability Experiments
Includes support for the new C++11 character and string types.
Code is suitable for both C++03 and C++11 compilers.
Code is experimental and NOT SUITABLE FOR PRODUCTION WORK.
To experiment with the library, various other boost libraries must be
available. Here is one way to create such a setup:
cd boost-root/libs
git clone git://github.com/Beman/string-interoperability.git interop
cd ../boost
mklink /d interop ..\libs\interop\include\boost\interop
As a confidence test, the following should build bjam, build various
libraries and then run the regression tests.
Windows (assumes bootstrap has been run):
cd boost-root/libs/interop/test
..\..\..\bjam
POSIX-like systems (assumes bootstrap has been run):
cd boost-root/libs/interop/test
../../../bjam