Browse Source

Merge pull request #934 from bradjc/patch-1

Add flock to OS X dependencies
pull/937/head 2021.08.07
Kito Cheng 5 years ago
committed by GitHub
parent
commit
c98135b7ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
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

Loading…
Cancel
Save