1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-04 19:16:07 +02:00

Update BUILD.md

This commit is contained in:
Laurent Cozic 2017-12-03 21:43:55 +00:00 committed by GitHub
parent 7851b6b429
commit 8671467ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
- All the applications share the same library, which, for historical reasons, is in ReactNativeClient/lib. This library is copied to the relevant directories when builing each app.
- The translations are built by running CliClient/build-translation.sh. For this reasons, it's generally better to get the CLI app to build first so that everything is setup correctly.
- Note: building translations is not longer required to run the apps, so you can ignore all the below requirements about gettext.
## macOS dependencies
@ -35,4 +36,4 @@ From `/ReactNativeClient`, run `npm install`, then `react-native run-ios` or `re
# Building the Terminal application
From `/CliClient`, run `npm install` then run `run.sh`. If you get an error about `xgettext`, comment out the command `node build-translation.js --silent` in build.sh
From `/CliClient`, run `npm install` then run `run.sh`. If you get an error about `xgettext`, comment out the command `node build-translation.js --silent` in build.sh