From d6d5d7000050e2c80e11a70eba2cdcf565f89af6 Mon Sep 17 00:00:00 2001 From: Federico Culloca Date: Sun, 28 Oct 2018 13:36:42 +0100 Subject: [PATCH] update tested platforms in README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 -- 2.47.3