From: Federico Culloca Date: Sun, 28 Oct 2018 12:36:42 +0000 (+0100) Subject: update tested platforms in README X-Git-Url: https://git.klezlab.it/?a=commitdiff_plain;h=d6d5d7000050e2c80e11a70eba2cdcf565f89af6;p=klez%2Fparrotsay-lite.git update tested platforms in README --- diff --git a/README.md b/README.md index afd0e93..ff0be35 100644 --- 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