mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Add a section on portability.
This commit is contained in:
parent
1dc0cc3b80
commit
d3a471c0b7
12
README.rst
12
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
|
||||
-------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user