From 16fd731f73fcc723c8f2e199b97fe0cf6ab16a84 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Mon, 18 Nov 2019 17:55:40 +0100 Subject: [PATCH] [doc] Add coreutils to Mac brew dependencies (#5608) See https://github.com/Frenzie/koreader/commit/75d02a90380a813b14bb39dac028c894dc4d589a#commitcomment-36008019 --- doc/Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Building.md b/doc/Building.md index 3a018f924..10e76d47d 100644 --- a/doc/Building.md +++ b/doc/Building.md @@ -38,7 +38,7 @@ sudo dnf install libstdc++-static SDL SDL-devel Install the prerequisites using [Homebrew](https://brew.sh/): ``` -brew install nasm binutils libtool autoconf automake cmake makedepend \ +brew install nasm binutils coreutils libtool autoconf automake cmake makedepend \ sdl2 lua@5.1 luarocks gettext pkg-config wget md5sha1sum echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> "$HOME"/.bash_profile ```