Zrythm installer
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.
 
 
 
 
 
 
Alexandros Theodotou 8bdda017b8
bump carla ver
5 days ago
appimage archlinux/appimage: add force fallback for libcyaml 3 months ago
arch fix arch/windows builds 2 months ago
debian include wayland client in debian/appimage 10 months ago
ext fix git.zrythm.org URLs 2 years ago
flatpak update gtk in flatpak 2 months ago
freebsd-port add more freebsd rules 3 years ago
gnu-linux gnu-linux: fix gtk build 2 weeks ago
gnu-linux-packages new gnu/linux universal installer 9 months ago
nixos fix windows pacman package build 3 years ago
osx macos: updates (WIP) 5 months ago
osx-brew use default wrap mode 4 months ago
rpm fix fedora36 build 10 months ago
scripts fix manual builds 2 months ago
sources include demo project template 7 months ago
tools windows-msys: fix LICENSES missing 1 year ago
windows-msys Revert "windows-msys: build libadwaita from source" 2 weeks ago
.gitignore add arch mingw pkgbuild 3 years ago
.gitmodules add flatpak 1 year ago
COPYING fix debian and ubuntu versions of installer 4 years ago
README.md windows: add missing GL dlls 5 months ago
meson.build osx: add plain osx build (WIP) 5 months ago
meson_options.txt bump carla ver 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

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/virtualization_administration_guide/section-libvirt-dom-xml-sound-devices

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.