Document MinGW support.

This commit is contained in:
Jason Evans 2012-04-22 16:21:06 -07:00
parent 52386b2dc6
commit 40f514fd92
2 changed files with 7 additions and 6 deletions

View File

@ -22,6 +22,7 @@ found in the git revision history:
- Add support for additional operating systems:
+ FreeBSD
+ Mac OS X Lion
+ MinGW
- Add support for additional architectures:
+ MIPS
+ SH4

12
README
View File

@ -1,10 +1,10 @@
jemalloc is a general-purpose scalable concurrent malloc(3) implementation.
This distribution is a stand-alone "portable" implementation that currently
targets FreeBSD, Linux and Apple OS X. jemalloc is included as the default
allocator in the FreeBSD and NetBSD operating systems, and it is used by the
Mozilla Firefox web browser on Microsoft Windows-related platforms. Depending
on your needs, one of the other divergent versions may suit your needs better
than this distribution.
This distribution is a "portable" implementation that currently
targets FreeBSD, Linux, Apple OS X, and MinGW. jemalloc is included as the
default allocator in the FreeBSD and NetBSD operating systems, and it is used
by the Mozilla Firefox web browser on Microsoft Windows-related platforms.
Depending on your needs, one of the other divergent versions may suit your
needs better than this distribution.
The COPYING file contains copyright and licensing information.