From a1be41fac50ab49151b7c6e51cd5e2c0a1530da4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 28 Dec 2014 03:39:55 +0100 Subject: [PATCH] README: mention that pcc-1.1.0 is also a supported compiler. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d82eafd..8d613b9b 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ to handle binary packages and repositories. Some highlights: To build this you'll need: - - A C99 compiler (clang and gcc tested) + - A C99 compiler (clang 3.x, gcc 4.x, pcc 1.1.0 tested) - [GNU make](http://www.gnu.org/software/make/) - [pkg-config](http://www.freedesktop.org/wiki/Software/pkg-config/) - [zlib](http://www.zlib.net)