Update readme for building on macOS
1 files changed, 8 insertions(+), 0 deletions(-) M README.md
M README.md => README.md +8 -0
@@ 25,9 25,17 @@ malcc has been tested on Ubuntu 18.04 and macOS 10.14 Mojave. **Prerequisites on Mac:** ```bash sudo xcode-select --install brew install pcre libgc ``` On Macos 10.14.4, there is a problem building TinyCC. This fixes that: ```bash cd /usr/local/lib sudo ln -s ../../lib/libSystem.B.dylib libgcc_s.10.4.dylib ``` **Prerequisites on Ubuntu/Debian:** ```bash