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 d0b2afe9d4
fix meson pkgbuild hashes (mingw)
3 years ago
arch-mingw build flags: underscorify 3 years ago
freebsd-port fix meson pkgbuild hashes (mingw) 3 years ago
mingw-meson add mingw meson patches 3 years ago
tasks include user manuals in main installer 3 years ago
tools osx brew: add depends on cmake 3 years ago
.gitignore add arch mingw pkgbuild 3 years ago
COPYING fix debian and ubuntu versions of installer 3 years ago
Makefile fix meson pkgbuild hashes (mingw) 3 years ago
PKGBUILD-jack2-mingw add jack support 3 years ago
PKGBUILD-lilv-mingw use mingw format from mpv 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 add new meson package 3 years ago
PKGBUILD.in remove meson make dependency from archlinux 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
debian.changelog.in add fedora31 and arch, simplify makefile 3 years ago
debian.compat ubuntu 19.04 builds 3 years ago
debian.control bump to 0.8.397 3 years ago
debian.copyright ubuntu 19.04 builds 3 years ago
debian.rules pass pip packages path to debian configure 3 years ago
installer-osx.sh.in osx: remove /tmp/breeze-dark before installing 3 years ago
installer.sh.in build debian11, attempt to fix windows build 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 fix fedora packaging 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>