📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

64行目: 64行目:
Windscribe VPNのGUIソフトウェアにビルドに必要なライブラリをインストールする。<br>
Windscribe VPNのGUIソフトウェアにビルドに必要なライブラリをインストールする。<br>
  sudo zypper install make cmake pkg-config autoconf libtool fakeroot go python3 python3-pip python3-colorama python3-PyYAML \
  sudo zypper install make cmake pkg-config autoconf libtool fakeroot go python3 python3-pip python3-colorama python3-PyYAML \
                     libcap-ng-devel fontconfig-devel freetype2-devel libnl3-devel Mesa-libGL-devel                         \
                     libcap-ng-devel fontconfig-devel freetype2-devel libnl3-devel pam-devel Mesa-libGL-devel               \
                     libX11-devel libXext-devel libXfixes-devel libXi-devel libXrender-devel libxcb-devel libXcursor-devel xcb-util-cursor-devel            \
                     libX11-devel libXext-devel libXfixes-devel libXi-devel libXrender-devel libxcb-devel libXcursor-devel xcb-util-cursor-devel            \
                     xcb-util-keysyms-devel xcb-util-image-devel xcb-util-wm-devel libXfixes-devel libXrandr-devel xcb-util-renderutil-devel xcb-util-devel \
                     xcb-util-keysyms-devel xcb-util-image-devel xcb-util-wm-devel libXfixes-devel libXrandr-devel xcb-util-renderutil-devel xcb-util-devel \
73行目: 73行目:
  tar xf Desktop-App-<バージョン>.tar.gz
  tar xf Desktop-App-<バージョン>.tar.gz
  cd  Desktop-App-<バージョン>
  cd  Desktop-App-<バージョン>
<br>
tools/depsに移動して、以下に示すシェルスクリプトを実行する。ビルドされたライブラリは build-libsディレクトリに配置される。<br>
Qt 6をビルドする場合、check_for_ulimitに関するエラーが発生する場合は、CMakeのバージョンを3.24にダウングレードすること。<br>
install_openssl_ech_draft
install_qt
install_cares
install_curl
install_boost
install_lzo
install_openvpn
install_wireguard
install_stunnel
<br>
toolsディレクトリに移動して、build_allファイルを実行する。ビルドされたインストーラがbuild-exeディレクトリに配置される。<br>
その他のビルドオプションについては、<code>build_all --help</code>コマンドを実行して参照すること。<br>
<br>
Windscribe VPNのGUIソフトウェアは、/opt/windscribeディレクトリにインストールされる。<br>
<br>
このGUIソフトウェアの動作ログは ~/.local/share/Windscribe/Windscribe2に存在する。<br>
<br><br>
<br><br>