Codebase list mozc / 842c842
Minor document updates Yohei Yukawa 6 years ago
2 changed file(s) with 10 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
6060 outside [src/third_party](src/third_party) following directories contain
6161 thrid party code.
6262
63 ###[src/data/dictionary_oss/](src/data/dictionary_oss)
63 ### [src/data/dictionary_oss/](src/data/dictionary_oss)
64
6465 Mixed.
6566 See [src/data/dictionary_oss/README.txt](src/data/dictionary_oss/README.txt)
6667
67 ###[src/data/test/dictionary/](src/data/test/dictionary)
68 ### [src/data/test/dictionary/](src/data/test/dictionary)
69
6870 The same to [src/data/dictionary_oss/](src/data/dictionary_oss).
6971 See [src/data/dictionary_oss/README.txt](src/data/dictionary_oss/README.txt)
7072
71 ###[src/data/test/stress_test/](src/data/test/stress_test)
73 ### [src/data/test/stress_test/](src/data/test/stress_test)
74
7275 Public Domain. See the comment in
7376 [src/data/test/stress_test/sentences.txt](src/data/test/stress_test/sentences.txt)
7477
75 ###[src/data/unicode/](src/data/unicode)
78 ### [src/data/unicode/](src/data/unicode)
79
7680 UNICODE, INC. LICENSE AGREEMENT.
7781 See each file header for details.
44 Docker containers are available to build Mozc binaries for Android, NaCl, and Linux desktop.
55
66 # System Requirements
7 Currently, only Ubuntu 14.04 is tested to host the Docker container to build Mozc. See [official document](http://docs.docker.com/installation/ubuntulinux/#ubuntu-trusty-1404-lts-64-bit) to set up Docker for Ubuntu 14.04.
7 Currently, only Ubuntu 14.04 is tested to host the Docker container to build Mozc. See [official document](https://docs.docker.com/engine/installation/linux/docker-ce/ubuntu/) to set up Docker for Ubuntu 14.04.
88
99 ## Set up Ubuntu 14.04 Docker container
1010
114114
115115 ### Application package name
116116
117 **CAUTION**: Currently the application package is fixed (org.mozc.android.inputmethod.japanese). Don't publish the built package. If you want to publish, specify `--android_application_id` to `build_mozc.py gyp` command and manually update related files.
117 **CAUTION**: Currently the application package name is fixed (org.mozc.android.inputmethod.japanese). Don't publish the built package. If you want to publish, specify `--android_application_id` to `build_mozc.py gyp` command and manually update related files.
118118
119119 ### zipalign
120120