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.
|
3 years ago | |
---|---|---|
arch-mingw | 3 years ago | |
debian | 3 years ago | |
freebsd-port | 3 years ago | |
mingw-meson | 3 years ago | |
scripts | 3 years ago | |
sources | 3 years ago | |
tasks | 3 years ago | |
tools | 3 years ago | |
.gitignore | 3 years ago | |
COPYING | 4 years ago | |
Makefile | 3 years ago | |
PKGBUILD-jack2-mingw | 3 years ago | |
PKGBUILD-lilv-mingw | 3 years ago | |
PKGBUILD-lsp-dsp-lib-mingw | 3 years ago | |
PKGBUILD-lv2-mingw | 3 years ago | |
PKGBUILD-meson | 3 years ago | |
PKGBUILD-serd-mingw | 3 years ago | |
PKGBUILD-sord-mingw | 3 years ago | |
PKGBUILD-sratom-mingw | 3 years ago | |
PKGBUILD-w10.in | 3 years ago | |
PKGBUILD.in | 3 years ago | |
README-osx-trial.in | 3 years ago | |
README-osx.in | 3 years ago | |
README-trial.in | 3 years ago | |
README.in | 3 years ago | |
README.md | 3 years ago | |
ansible-conf.ini | 3 years ago | |
installer-osx.sh.in | 3 years ago | |
installer.sh.in | 3 years ago | |
meson.build | 3 years ago | |
meson_options.txt | 3 years ago | |
playbook.yml | 3 years ago | |
trial_ver.patch | 3 years ago | |
woe-playbook.yml | 3 years ago | |
zrythm.spec.in | 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
Example
<devices>
<sound model='ich6'>
<sound/>
<sound model='es1370'>
<sound/>
</devices>