This follows up to my previous commit [1], which introduced
docs/build_mozc_for_android.md
as a dedicated build instruction page for building libmozc.so for
Android as part of removing the dependency on Docker from our build
instructions (#1181).
This commit fixes the link to the above new page in README.md.
[1]: f215eaf71a
PiperOrigin-RevId: 730872735
This is the first part towards removing the dependency on Docker from
our build instructions for Linux desktop and Android (#1181).
This commit makes it clear that you can build 'libmozc.so' on both Linux
and macOS by the same Bazel command with actually demonstrating it in
.github/workflows/android.yaml
that 'libmozc.so' can be built on both Linux and macOS GitHub Actions
runners.
With above our 'Dockerfile' can stop setting up Android NDK since
'build_mozc_in_docker.md' does not mention Android any more.
This commit is only about the build instructions of 'libmozc.so' for
Android. There must be no difference in the final artifacts.
PiperOrigin-RevId: 729468755
Before uploading build artifacts from GitHub Actions (#730), let's remind people that Mozc is not an officially supported Google product once again.
PiperOrigin-RevId: 526668089
Update from upstream. (BUILD=4282)
* Migrated to absl::flags.
* Fixed typos.
* Enabled to build mac:mozc_macos with Bazel on macOS (experimental).
* Replaced afxres.h with winres.h in .rc files for Windows.
* Small code refactoring.
This CL renames doc to docs/ on GitHub, just in case in future we want
to expose web pages on GitHub Pages [1].
[1]: https://github.com/blog/2228-simpler-github-pages-publishing
BUG=
TEST=
REF_BUG=
REF_CL=130706872
REF_TIME=2016-08-18T18:22:05-07:00
REF_TIME_RAW=1471569725 -0700
This CL enables Nacl build on Travis-CI as well as Linux desktop
build and OS X build.
The one caveat is that $CC and $CXX need to be unset before
running GYP due to #304.
This CL also drops unnecessary build dependencies in Linux.
Note that you still need 'tegaki-zinnia-japanese' as
a run-time dependency for hand-writing support on Ubuntu.