Add Mac build instructions

This commit is contained in:
jaseg 2016-12-26 08:41:33 +01:00
parent 8e95919c9f
commit eef0d5db58

View file

@ -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