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 8638bfb41b
use builds script (WIP)
1 year ago
appimage set flag to use new carla patchbay variant (cv32) 1 year ago
arch gnu/linux: include gtksourceview5 language specs in packages 1 year ago
debian gnu/linux: include gtksourceview5 language specs in packages 1 year ago
ext fix git.zrythm.org URLs 2 years ago
freebsd-port add more freebsd rules 3 years ago
gnu-linux gnu-linux: fix wrong distro names when preparing zip 1 year ago
nixos fix windows pacman package build 3 years ago
osx-brew set flag to use new carla patchbay variant (cv32) 1 year ago
rpm gnu/linux: include gtksourceview5 language specs in packages 1 year ago
scripts arch fixes 1 year ago
sources fix lsp-dsp-lib fetch 2 years ago
tools add missing license headers 2 years ago
windows-msys use builds script (WIP) 1 year ago
.gitignore add arch mingw pkgbuild 3 years ago
.gitmodules fix git.zrythm.org URLs 2 years ago
COPYING fix debian and ubuntu versions of installer 4 years ago
README.md add missing license headers 2 years ago
meson.build windows: fix cairo build 2 years ago
meson_options.txt use builds script (WIP) 1 year 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>

Copyright (C) 2020-2021 Alexandros Theodotou

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.