Zrythm installer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexandros Theodotou e03d0166fc
fix debian11 package name in installer.sh
2 years ago
arch fix fedora builds 2 years ago
debian fix carla pkg config path 2 years ago
ext add macos installer builder submodule 2 years ago
freebsd-port add more freebsd rules 3 years ago
gnu-linux fix debian11 package name in installer.sh 2 years ago
nixos fix windows pacman package build 3 years ago
osx-brew osx-brew: use python3.9 dependency for carla 2 years ago
rpm remove libbacktrace from rpm 2 years ago
scripts only install specific carla libs/binaries, add Zrythm- prefix to lv2 plugins 2 years ago
sources fix lsp-dsp-lib URL 2 years ago
tasks include user manuals in main installer 3 years ago
tools osx: don't build bottles 2 years ago
windows-msys fix windows build 2 years ago
.gitignore add arch mingw pkgbuild 3 years ago
.gitmodules add macos installer builder submodule 2 years ago
COPYING fix debian and ubuntu versions of installer 3 years ago
README.md build cairo package from latest master 2 years ago
meson.build fix carla pkg config path 2 years ago
meson_options.txt fix debian11 package name in installer.sh 2 years ago

README.md

Zrythm installer scripts

This is a meta repo for managing Zrythm installer builds and is generally only useful for Zrythm maintainers.

Licensed under the AGPLv3+. See the COPYING file for details.

Note for windows

Can use the following to spawn an MSYS2 shell from the windows shell

C:\msys64\usr\bin\env.exe MSYSTEM=MINGW64 C:\msys64\usr\bin\bash.exe -l

To add sound devices to VMs

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/virtualization_administration_guide/section-libvirt-dom-xml-sound-devices

Example

<devices>
  <sound model='ich6'>
  <sound/>
  <sound model='es1370'>
  <sound/>
</devices>