From 5750e68b91243cb79bcd7ca7d05a6cbe500aa63f Mon Sep 17 00:00:00 2001 From: Brad Campbell Date: Thu, 5 Aug 2021 14:26:39 -0400 Subject: add flock to OS X dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a0e7dbf..a56c32d 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ On Arch Linux, executing the following command should suffice: On OS X, you can use [Homebrew](http://brew.sh) to install the dependencies: $ brew install python3 gawk gnu-sed gmp mpfr libmpc isl zlib expat + $ brew tap discoteq/discoteq + $ brew install flock To build the glibc (Linux) on OS X, you will need to build within a case-sensitive file system. The simplest approach is to create and mount a new disk image with -- cgit v1.1