From f58e67f7cd0c1894f10695c412a1d5ed28a8e4e0 Mon Sep 17 00:00:00 2001 From: bebbo Date: Fri, 3 Aug 2018 18:19:06 +0200 Subject: [PATCH] fixed brew install --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbf2c1f..5f836dd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Right now these tools are build: ### macOS Install Homebrew (https://brew.sh/) or any other package manager first. The compiler will be installed together with XCode. Once XCode and Homebrew are up install the required packages: -`brew install bash make lhasa gmp mpfr mpc fles gettext texinfo` +`brew install bash make lhasa gmp mpfr mpc flex gettext texinfo` By default macOS uses an outdated version of bash. Therefore, on macOS host always pass the the SHELL=/usr/local/bin/bash parameter (or any other valid path pointing to bash), e.g.: ``` @@ -34,6 +34,8 @@ On macOS it may be also necessary to point to the correct compiler version (ther CC=clang CXX=clang++ make all SHELL=/usr/local/bin/bash ``` +**ALSO NOTE** If you want `m68k-amigaos-gdb` then you have to build it with `gcc` + ### Windows with Cygwin Install cygwin via setup.exe and add wget. Then open cygwin shell and run: