10-14-2017, 04:09 AM
How to build "fcitx-mozc" package.
$ sudo su -
# apt edit-sources
Remove "#" before "deb-src".
# apt update
# apt upgrade
# apt install build-essential devscripts
# apt build-dep fcitx-mozc
# apt source fcitx-mozc
Open the "debian/control" file.
Rewrite the line of
"Architecture: i386 amd64 armel armhf" to
"Architecture: i386 amd64 armel armhf arm64 ".
# dpkg-buildpackage -us -uc -j4
# apt install ../mozc-*.deb ../fcitx-mozc*.deb
Thanks,
$ sudo su -
# apt edit-sources
Remove "#" before "deb-src".
# apt update
# apt upgrade
# apt install build-essential devscripts
# apt build-dep fcitx-mozc
# apt source fcitx-mozc
Open the "debian/control" file.
Rewrite the line of
"Architecture: i386 amd64 armel armhf" to
"Architecture: i386 amd64 armel armhf arm64 ".
# dpkg-buildpackage -us -uc -j4
# apt install ../mozc-*.deb ../fcitx-mozc*.deb
Thanks,