Skip to content

Commit

Permalink
Doc: Add libvips dependency for Apple Silicon build instructions (#5966)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhobbs94 authored Jan 9, 2022
1 parent 24dbede commit 89184a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](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`

Expand Down

0 comments on commit 89184a3

Please sign in to comment.