summaryrefslogtreecommitdiff
path: root/expat/README.md
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2019-08-29 19:23:47 +0200
committerSebastian Pipping <sebastian@pipping.org>2019-08-29 19:49:56 +0200
commit89d17f0d1f5f6ce985de7fe0759f5e50a8bf36ab (patch)
treea73cf5e355c582f6e3ad7f76a1646ac730743715 /expat/README.md
parent00dabedd002365647832f5453e4ed1788ab808d5 (diff)
downloadlibexpat-git-89d17f0d1f5f6ce985de7fe0759f5e50a8bf36ab.tar.gz
README.md: Document supported compilers
Diffstat (limited to 'expat/README.md')
-rw-r--r--expat/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/expat/README.md b/expat/README.md
index fd3911eb..762b515b 100644
--- a/expat/README.md
+++ b/expat/README.md
@@ -13,6 +13,11 @@ are called when the parser discovers the associated structures in the
document being parsed. A start tag is an example of the kind of
structures for which you may register handlers.
+Expat supports the following compilers:
+- GNU GCC >=4.5
+- LLVM Clang >=3.5
+- Microsoft Visual Studio >=8.0/2005
+
Windows users should use the
[`expat_win32` package](https://sourceforge.net/projects/expat/files/expat_win32/),
which includes both precompiled libraries and executables, and source code for