GNU / Linux¶
公式ビルド¶
You can install the latest version of Zrythm for your distro here
This is the recommended way to install the latest version for most users.
Flatpak¶
Flatpak builds are coming soon.
AppImage¶
AppImage builds are coming soon.
LibraZik¶
Zrythm is available in LibraZik 2 for testing.
AUR¶
For Arch GNU/Linux users, Zrythm is available in the AUR under zrythm and zrythm-git.
手動インストール¶
Zrythm は Meson ビルド システムを使用するので、ビルドとインストールの手順は次のとおりです。
meson build
ninja -C build
ninja -C build install
インストールオプションについては `` meson.options``ファイルを参照してください。