From 675be1ccf8958cc0d76a5f5d234273bd6442250c Mon Sep 17 00:00:00 2001 From: SeekingMeaning Date: Sat, 27 Jun 2020 01:45:35 -0700 Subject: [PATCH] README.md: add macOS subsection (#66) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 584d084..dd46c56 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,14 @@ There are also many options which can be set on the `make` command line, e.g. to omit library features or to customize the directories into which `make install` installs files. See the Makefile for details. +## For macOS + +Prebuilt macOS binaries can be installed with [Homebrew](https://brew.sh): + + brew install libdeflate + +But if you need to build the binaries yourself, see the section for UNIX above. + ## For Windows Prebuilt Windows binaries can be downloaded from