Commit d3a471c0 authored by Victor Zverovich's avatar Victor Zverovich

Add a section on portability.

parent 1dc0cc3b
......@@ -23,6 +23,7 @@ Features
reported using exceptions.
* Ease of use: small self-contained code base, no external dependencies,
permissive BSD `license`_.
* `Portability`_
Examples
--------
......@@ -281,6 +282,17 @@ or the bloat test::
$ make bloat_test
Portability
-----------
The format library has been tested on the following systems and compilers:
1. 64-bit (amd64) GNU/Linux with GCC 4.6.3
2. 32-bit (i386) GNU/Linux with GCC 4.6.3
3. Mac OS X with GCC 4.2.1
5. 64-bit Windows with Visual C++ 2010
4. 32-bit Windows with Visual C++ 2010
License
-------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment