13,007
回編集
267行目: | 267行目: | ||
<br> | <br> | ||
Mozcのビルドに必要な依存関係のライブラリをインストールする。<br> | Mozcのビルドに必要な依存関係のライブラリをインストールする。<br> | ||
sudo zypper install | sudo zypper install pkg-config git curl bzip2 unzip make ninja unzip update-desktop-files gcc8-c++ \ | ||
bazel bazel-apple-support-source bazel-rules-apple-source bazel-rules-cc-source bazel-rules-java-source \ | |||
bazel-rules-proto-source bazel-rules-python-source bazel-rules-swift-source bazel-skylib-source bazel-workspaces \ | |||
zlib-devel protobuf-devel libQt5Core-devel libQt5Gui-devel libQt5Widgets-devel \ | |||
ibus-devel | |||
fcitx5-devel # Fcitx5をパッケージ管理システムからインストールしている場合 | |||
<br> | <br> | ||
通常のLinux環境でMozcを構築する場合は、以下のファイルを修正する必要がある。<br> | 通常のLinux環境でMozcを構築する場合は、以下のファイルを修正する必要がある。<br> |