https://github.com/zrythm/zrythm-installer
Various scripts used to create the Zrythm installers
https://github.com/zrythm/zrythm-installer
Last synced: 9 months ago
JSON representation
Various scripts used to create the Zrythm installers
- Host: GitHub
- URL: https://github.com/zrythm/zrythm-installer
- Owner: zrythm
- License: agpl-3.0
- Created: 2020-03-13T16:14:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T13:02:09.000Z (over 1 year ago)
- Last Synced: 2025-07-09T19:45:52.692Z (11 months ago)
- Language: Shell
- Homepage:
- Size: 1.08 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
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](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:
```bash
$output = cmd /c 'C:\Program Files\Zrythm\bin\zrythm_debug.exe' 2`>`&1
$output
```
MSYS shell:
```bash
'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
----
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.