spiegel-keyman/web
Darcy Wong 2fc20b6ce6 Fix build scripts for Linux
n trying to build Keyman for Android on Linux, the following issues needed to be fixed:

Set `build.sh` and `gradlew` scripts to executable

KMEA/build.sh needs an OS check so build.bat is only called on Windows

web/source/build.sh needs $compiler and $copmiler_warnings values in quotes
2017-07-31 08:36:10 +07:00
..
samples Add test case 2017-07-10 10:16:07 +07:00
source Fix build scripts for Linux 2017-07-31 08:36:10 +07:00
tools Updated the version of Google Closure and patched up the code in accordance with its new warnings. 2017-05-30 09:19:06 +07:00
.gitignore Initial merger with the KMEA/KMEI build.bat complete, all build paths tested. 2017-06-02 11:01:35 +07:00
index.html Move KeymanWeb project to web/ 2017-05-26 11:00:34 +07:00
LICENSE Move KeymanWeb project to web/ 2017-05-26 11:00:34 +07:00
NOTICE Move KeymanWeb project to web/ 2017-05-26 11:00:34 +07:00
README.md Shifted the definition of compile path information for use by all routes through the batch file (error from prior version). 2017-06-02 11:48:18 +07:00


KeymanWeb 2.0

The Original Code is (C) 2017 SIL International


The following folders contain the distribution for KeymanWeb 2.0:

source			Source code
output			Fully-compiled KeymanWeb modules for testing
embedded		Fully-compiled KMEA/KMEI modules for inclusion in mobile app builds
samples			Sample and test-case web-pages

Google Closures Compiler is used to compile the javascript modules into a single module. Java must be installed to run the compiler, which is stored in the tools folder.