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 e2b16005cc
bump carla to latest ver
3 years ago
arch fix arch build (manual deps not defined when building trial) 3 years ago
debian fix rpm build 3 years ago
ext update cerbero 3 years ago
freebsd-port add more freebsd rules 3 years ago
gnu-linux fix gnu/linux installer trial packages not found 3 years ago
nixos fix windows pacman package build 3 years ago
osx-brew fix trial not building on macos 3 years ago
rpm disable static libs on windows 3 years ago
scripts fix fetching trial package name 3 years ago
sources fix make breeze icons on osx 3 years ago
tasks include user manuals in main installer 3 years ago
tools fix windows installer build 3 years ago
windows-msys fix carla msys package url 3 years ago
.gitignore add arch mingw pkgbuild 3 years ago
.gitmodules add module branch 3 years ago
COPYING fix debian and ubuntu versions of installer 4 years ago
Makefile add locales option for manuals 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
meson.build remove console: true for some targets 3 years ago
meson_options.txt bump carla to latest ver 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>