diff --git a/README.rst b/README.rst index aa13fa5f..039a7170 100644 --- a/README.rst +++ b/README.rst @@ -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 -------