diff options
author | jaseg <git@jaseg.net> | 2016-12-26 08:41:33 +0100 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2016-12-26 08:42:44 +0100 |
commit | eef0d5db58677431fce507bd9948cf163ec714aa (patch) | |
tree | 5444907c5b63efb612a03c950b2a3d0a4905b1d8 | |
parent | 8e95919c9fe837ef46ca81d6dc1e24cc685ba197 (diff) | |
download | lolcat-eef0d5db58677431fce507bd9948cf163ec714aa.tar.gz lolcat-eef0d5db58677431fce507bd9948cf163ec714aa.tar.bz2 lolcat-eef0d5db58677431fce507bd9948cf163ec714aa.zip |
Add Mac build instructions
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |