From 979b3ebb34c6ef97bb1bdecffe5d90e342388486 Mon Sep 17 00:00:00 2001 From: Moisie2000 Date: Wed, 8 Jul 2020 22:33:03 +0100 Subject: [PATCH] Updated the Homebrew instructions to install gnu-sed, which is used by switch_build_mac.sh --- readme-macos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme-macos.md b/readme-macos.md index 68c02844..8b3afe27 100644 --- a/readme-macos.md +++ b/readme-macos.md @@ -21,7 +21,7 @@ Install Homebrew (see https://brew.sh ): Use Homebrew to install supporting tools: ```bash -brew install wget autoconf automake libtool python3 +brew install wget autoconf automake libtool python3 gnu-sed ``` Download and unzip **stable** wxWidgets from https://www.wxwidgets.org/downloads/ @@ -66,7 +66,7 @@ git checkout master Switch to building the client: ```bash cd ~/UrBackup/urbackup_backend -./switch_build.sh client +./switch_build_mac.sh client autoreconf -fvi ```