「インストール - Fcitx」の版間の差分

ナビゲーションに移動 検索に移動
373行目: 373行目:
                     libqt5-qtbase-devel libqt5-qtbase-private-headers-devel
                     libqt5-qtbase-devel libqt5-qtbase-private-headers-devel
<br>
<br>
Fcitx5のパスが通っているかどうかを確認する。<br>
Fcitx5-Mozc、Mozcサーバ、Mozcツールをビルドおよびインストールする。<br>
  export PATH="/<Fcitx5のインストールディレクトリ>/bin:$PATH"
  export PATH="/<Fcitx5のインストールディレクトリ>/bin:$PATH"; \
  export LD_LIBRARY_PATH="/<Fcitx5のインストールディレクトリ>/lib64:$LD_LIBRARY_PATH"
  export LD_LIBRARY_PATH="/<Fcitx5のインストールディレクトリ>/lib64:$LD_LIBRARY_PATH"; \
  export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$(pkg-config --variable pc_path pkg-config)"
  export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$(pkg-config --variable pc_path pkg-config)"; \
  export PKG_CONFIG_PATH="/<Fcitx5のインストールディレクトリ>/lib64/pkgconfig:$PKG_CONFIG_PATH"
  export PKG_CONFIG_PATH="/<Fcitx5のインストールディレクトリ>/lib64/pkgconfig:$PKG_CONFIG_PATH"; \
export CPATH="/<Fcitx5のインストールディレクトリ>/include/Fcitx5/Core:/<Fcitx5のインストールディレクトリ>/include/Fcitx5/Config:/<Fcitx5のインストールディレクトリ>/include/Fcitx5/Module:/<Fcitx5のインストールディレクトリ>/include/Fcitx5/Utils"
   
   
export CPATH="/<Fcitx5のインストールディレクトリ>/include/Fcitx5/Core:/<Fcitx5のインストールディレクトリ>/include/Fcitx5/Config:/<Fcitx5のインストールディレクトリ>/include/Fcitx5/Module:/<Fcitx5のインストールディレクトリ>/include/Fcitx5/Utils"
<br>
Fcitx5-Mozc、Mozcサーバ、Mozcツールをビルドおよびインストールする。<br>
  bazel build --action_env CC=<GCC8以降のパス> --action_env CXX=<G++8以降のパス> \
  bazel build --action_env CC=<GCC8以降のパス> --action_env CXX=<G++8以降のパス> \
             -c opt --copt=-fPIC --config oss_linux \
             -c opt --copt=-fPIC --config oss_linux \

案内メニュー