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.
|
2 years ago | |
---|---|---|
arch | 2 years ago | |
arch-mingw | ||
debian | 2 years ago | |
freebsd-port | ||
mingw-meson | ||
nixos | ||
rpm | ||
scripts | 2 years ago | |
sources | ||
tasks | ||
tools | 2 years ago | |
windows-msys | 2 years ago | |
.gitignore | ||
COPYING | ||
Makefile | ||
README-osx-trial.in | ||
README-osx.in | ||
README-trial.in | ||
README.in | ||
README.md | ||
ansible-conf.ini | ||
installer-osx.sh.in | ||
installer.sh.in | ||
meson.build | 2 years ago | |
meson_options.txt |
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>