1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-06 09:19:22 +02:00
Files
joplin/BUILD.md
Laurent Cozic f80b403dfe Create BUILD.md
2017-11-30 23:02:14 +00:00

913 B

Electron application

cd ElectronClient/app
rsync -a ../../ReactNativeClient/lib/ lib/
npm install
yarn dist

If there's an error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory, run sudo apt-get install libgconf-2-4

That will create the executable file in the dist directory.

From /ElectronClient you can also run run.sh to run the app for testing.

Mobile application

From /ReactNativeClient, run npm install, then react-native run-ios or react-native run-android.

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