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.
|
5 days ago | |
---|---|---|
appimage | 3 months ago | |
arch | 2 months ago | |
debian | 10 months ago | |
ext | 2 years ago | |
flatpak | 2 months ago | |
freebsd-port | 3 years ago | |
gnu-linux | 2 weeks ago | |
gnu-linux-packages | 9 months ago | |
nixos | 3 years ago | |
osx | 5 months ago | |
osx-brew | 4 months ago | |
rpm | 10 months ago | |
scripts | 2 months ago | |
sources | 7 months ago | |
tools | 1 year ago | |
windows-msys | 2 weeks ago | |
.gitignore | 3 years ago | |
.gitmodules | 1 year ago | |
COPYING | 4 years ago | |
README.md | 5 months ago | |
meson.build | 5 months ago | |
meson_options.txt | 5 days ago |
README.md
Zrythm installer scripts
This is a meta repo for managing Zrythm installer builds and is generally only useful for Zrythm maintainers.
Licensed under the AGPLv3+. See the COPYING file for details.
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
How to debug on windows
To get log
Powershell:
$output = cmd /c 'C:\Program Files\Zrythm\bin\zrythm_debug.exe' 2`>`&1
$output
MSYS shell:
'C:\Program Files\Zrythm\bin\zrythm_debug.exe'
Backtrace
If gdb doesn't work from MSYS/Powershell, open the .exe with Visual Studio and debug it. At least it will show the call stack libraries.
To add sound devices to VMs
Example
<devices>
<sound model='ich6'>
<sound/>
<sound model='es1370'>
<sound/>
</devices>
Copyright (C) 2020-2021 Alexandros Theodotou
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.