From eef0d5db58677431fce507bd9948cf163ec714aa Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 26 Dec 2016 08:41:33 +0100 Subject: Add Mac build instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f7a6695..32638f6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,14 @@ There's an [AUR package](https://aur.archlinux.org/packages/c-lolcat): $ yaourt -S c-lolcat ``` +### Mac + +Build the system-libc version (instead of the statically linked version) with: +``` +$ make lolcat +``` +...and put the resulting binary at a place of your choice. + ### Others ```bash -- cgit