A set of prebuilt Mozc binaries for Amazon Linux 2.
-
Download the prebuilt package from the Release page.
-
Install the package.
sudo yum install -y albuild-mozc-0.2.0-1.amzn2.x86_64.rpm -
Logout and login.
-
Run
ibus-setupand add "Japanese - Mozc" in the Input Method tab.
- Docker
-
Clone this repository.
git clone https://github.com/albuild/mozc.git -
Go to the repository.
cd mozc -
Build a new image.
bin/build -
Extract a built package from the built image. The package will be copied to the ./rpm directory.
bin/cp -
Delete the built image.
bin/rmi