You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-06 09:19:22 +02:00
Update BUILD.md
This commit is contained in:
3
BUILD.md
3
BUILD.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user