Merge pull request #28 from Moisie2000/macos-use-gnu-sed

Small macOS build instructions update
This commit is contained in:
Martin Raiber 2020-07-11 16:11:44 +02:00 committed by GitHub
commit 5cb8a0059c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```