Add a section on portability.

This commit is contained in:
Victor Zverovich 2012-12-16 15:59:19 -08:00
parent 1dc0cc3b80
commit d3a471c0b7

View File

@ -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
-------