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: - Add support for additional operating systems:
+ FreeBSD + FreeBSD
+ Mac OS X Lion + Mac OS X Lion
+ MinGW
- Add support for additional architectures: - Add support for additional architectures:
+ MIPS + MIPS
+ SH4 + SH4

12
README
View File

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