13,005
回編集
296行目: | 296行目: | ||
Mozcのビルドに必要な依存関係のライブラリをインストールする。<br> | Mozcのビルドに必要な依存関係のライブラリをインストールする。<br> | ||
sudo zypper install git curl unzip bzip2 update-desktop-files pkg-config make ninja gcc10-c++ zlib-devel protobuf-devel \ | sudo zypper install git curl unzip bzip2 update-desktop-files pkg-config make ninja gcc10-c++ zlib-devel protobuf-devel \ | ||
bazel6 bazel-rules-cc-source bazel-apple-support-source bazel- | bazel6 bazel-rules-cc-source bazel-apple-support-source bazel-workspaces \ | ||
bazel-rules-java | bazel-rules-java-source bazel-rules-proto-source \ | ||
bazel-rules-python-source bazel-rules-swift-source bazel-skylib-source | bazel-rules-python-source bazel-rules-swift-source bazel-skylib-source \ | ||
qt6-core-devel qt6-gui-devel qt6-widgets-devel | qt6-core-devel qt6-gui-devel qt6-widgets-devel \ | ||
ibus-devel | ibus-devel | ||
fcitx5-devel # Fcitx5をパッケージ管理システムからインストールしている場合 | fcitx5-devel # Fcitx5をパッケージ管理システムからインストールしている場合 |