Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61044 - sandbox/xint
From: chad.thecomfychair_at_[hidden]
Date: 2010-04-04 11:51:23


Author: chadnelson
Date: 2010-04-04 11:51:22 EDT (Sun, 04 Apr 2010)
New Revision: 61044
URL: http://svn.boost.org/trac/boost/changeset/61044

Log:
Testing mime-type and eol settings
Added:
   sandbox/xint/README.TXT (contents, props changed)

Added: sandbox/xint/README.TXT
==============================================================================
--- (empty file)
+++ sandbox/xint/README.TXT 2010-04-04 11:51:22 EDT (Sun, 04 Apr 2010)
@@ -0,0 +1,26 @@
+Installation instructions:
+* Unpack all files to the $(BOOST_ROOT)/libs/xint directory.
+* Copy xint.hpp to the $(BOOST_ROOT)/boost directory.
+* Change to the $(BOOST_ROOT)/libs/xint/build directory and run bjam with your
+favorite commands (under Linux, I use "bjam release install").
+
+Notes:
+
+The code has been fully tested under Windows (MSVC 8 SP1) and Linux (GCC 4.4.1).
+
+Auto-linking and Windows DLLs are not yet supported. The code will compile under
+Windows with no problem, but I haven't tried it through the bjam system there
+yet.
+
+There is a test suite, but I'm not sure how it would fit into the Boost test
+system yet.
+
+I'm also not sure that I've got the Jamfile correct. For whatever reason, it
+won't create a static version of the library for me, or maybe I just don't know
+how to ask it to do so.
+
+See the very thorough documentation for any other questions, or ask me on the
+Boost developer's mailing list. Please put [xint] at the beginning of the
+subject line so I'll notice it faster.
+
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk