From 72c1ce6a15f945b523bd004082ca60372eb4b635 Mon Sep 17 00:00:00 2001 From: Nicholas Hobbs Date: Fri, 7 Jan 2022 08:02:27 +1100 Subject: [PATCH 1/2] Add libvips dependency for Apple Silicon --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 47e187e1d3c..d500c810aef 100644 --- a/BUILD.md +++ b/BUILD.md @@ -20,7 +20,7 @@ There are also a few forks of existing packages under the "fork-*" name. - Install node 16+ - https://nodejs.org/en/ - [Enable yarn](https://yarnpkg.com/getting-started/install): `corepack enable` -- macOS: Install Cocoapods - `brew install cocoapods` +- macOS: Install Cocoapods - `brew install cocoapods`. Apple Silicon may require libvips - `brew install vips`. - Windows: Install Windows Build Tools - `yarn install -g windows-build-tools --vs2015` - Linux: Install dependencies - `sudo apt install build-essential libnss3 libsecret-1-dev python rsync` From 643505ee1302aa3ae5a3471a50d23631ab520251 Mon Sep 17 00:00:00 2001 From: Laurent Date: Sun, 9 Jan 2022 11:27:39 +0000 Subject: [PATCH 2/2] Update BUILD.md --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index d500c810aef..b66c497cf2e 100644 --- a/BUILD.md +++ b/BUILD.md @@ -20,7 +20,7 @@ There are also a few forks of existing packages under the "fork-*" name. - Install node 16+ - https://nodejs.org/en/ - [Enable yarn](https://yarnpkg.com/getting-started/install): `corepack enable` -- macOS: Install Cocoapods - `brew install cocoapods`. Apple Silicon may require libvips - `brew install vips`. +- macOS: Install Cocoapods - `brew install cocoapods`. Apple Silicon [may require libvips](https://github.com/laurent22/joplin/pull/5966#issuecomment-1007158597) - `brew install vips`. - Windows: Install Windows Build Tools - `yarn install -g windows-build-tools --vs2015` - Linux: Install dependencies - `sudo apt install build-essential libnss3 libsecret-1-dev python rsync`