1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Doc: Update BUILD.md (#4541)

This commit is contained in:
mak2002 2021-02-17 09:04:42 +05:30 committed by GitHub
parent a836f531f6
commit d7edde0bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,10 +21,9 @@ There are also a few forks of existing packages under the "fork-*" name.
## Required dependencies ## Required dependencies
- Install node 10+ - https://nodejs.org/en/ - Install node 10+ - https://nodejs.org/en/
- macOS, Linux: Install rsync - https://nodejs.org/en/
- macOS: Install Cocoapods - `brew install cocoapods` - macOS: Install Cocoapods - `brew install cocoapods`
- Windows: Install Windows Build Tools - `npm install -g windows-build-tools` - Windows: Install Windows Build Tools - `npm install -g windows-build-tools`
- Linux: Install dependencies - `sudo apt install libnss3 libsecret-1-dev python` - Linux: Install dependencies - `sudo apt install libnss3 libsecret-1-dev python rsync`
## Building ## Building