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 194e859fd0
fix lsp build
3 years ago
arch-mingw build flags: underscorify 3 years ago
debian debian: install lv2 plugins in proper dirs 3 years ago
freebsd-port add more freebsd rules 3 years ago
mingw-meson add mingw meson patches 3 years ago
scripts fix lsp build 3 years ago
sources fix debian build 3 years ago
tasks include user manuals in main installer 3 years ago
tools remove ffmpeg 3 years ago
.gitignore add arch mingw pkgbuild 3 years ago
COPYING fix debian and ubuntu versions of installer 4 years ago
Makefile add locales option for manuals 3 years ago
PKGBUILD-jack2-mingw add jack support 3 years ago
PKGBUILD-lilv-mingw use mingw format from mpv 3 years ago
PKGBUILD-lsp-dsp-lib-mingw fix lsp dsp build (mingw) 3 years ago
PKGBUILD-lv2-mingw dont use the pkgbuilds for lilv 3 years ago
PKGBUILD-meson fix meson pkgbuild hashes (mingw) 3 years ago
PKGBUILD-serd-mingw use mingw format from mpv 3 years ago
PKGBUILD-sord-mingw use mingw format from mpv 3 years ago
PKGBUILD-sratom-mingw dont use the pkgbuilds for lilv 3 years ago
PKGBUILD-w10.in disable stripping of symbols (mingw) 3 years ago
PKGBUILD.in dont strip symbols in archlinux build 3 years ago
README-osx-trial.in use homebrew to make mac installer 3 years ago
README-osx.in use homebrew to make mac installer 3 years ago
README-trial.in obfuscate email 3 years ago
README.in obfuscate email 3 years ago
README.md changes for ver 0.8.252 3 years ago
ansible-conf.ini bump to 0.8.397 3 years ago
installer-osx.sh.in osx: remove /tmp/breeze-dark before installing 3 years ago
installer.sh.in fix script failing when zenity is not found 3 years ago
meson.build various fixes 3 years ago
meson_options.txt add meson path option 3 years ago
playbook.yml include user manuals in main installer 3 years ago
trial_ver.patch build flags: underscorify 3 years ago
woe-playbook.yml use arch+mxe to build windows installers 3 years ago
zrythm.spec.in build lsp dsp lib statically 3 years ago

README.md

Zrythm installer scripts

These scripts assume each distro is available in each VM according to ansible-conf.ini.

Create installer

export ANSIBLE_STDOUT_CALLBACK=debug
make -j2

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>