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 | 3 years ago | |
debian | 3 years ago | |
ext | 3 years ago | |
freebsd-port | 3 years ago | |
gnu-linux | 3 years ago | |
nixos | 3 years ago | |
osx-brew | 3 years ago | |
rpm | 3 years ago | |
scripts | 3 years ago | |
sources | 3 years ago | |
tasks | 3 years ago | |
tools | 3 years ago | |
windows-msys | 3 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 3 years ago | |
COPYING | 4 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
ansible-conf.ini | 3 years ago | |
meson.build | 3 years ago | |
meson_options.txt | 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>