]> git.klezlab.it Git - klez/parrotsay-lite.git/commitdiff
update tested platforms in README
authorFederico Culloca <federicoculloca@users.noreply.github.com>
Sun, 28 Oct 2018 12:36:42 +0000 (13:36 +0100)
committerGitHub <noreply@github.com>
Sun, 28 Oct 2018 12:36:42 +0000 (13:36 +0100)
README.md

index afd0e93ec316962f9a80ede5a69214ef39864473..ff0be355b020149d12f335989ac522dbf0e3fecd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,9 +9,16 @@ Inspired by [parrotsay](https://github.com/matheuss/parrotsay).
 
 ## Building.
 
-This has been tested only with gcc 6.3.0 and TinyCC 0.9.27 in Debian Stretch.
+This has been tested only with:
+
+* gcc 6.3.0 in Debian Stretch
+* TinyCC 0.9.27 in Debian Stretch
+* clang 6.0.0 on FreeBSD 11.2-RELEASE (with warnings)
 
 To build just do
 
     gcc parrotsay.c -o parrotsay
-    
+
+Or
+
+    clang parrotsay.c -o parrotsay