buildscripts
buildscripts copied to clipboard
The scripts used to compile needed libraries for supported platform ports on our Jenkins server
I played around a bit with this setting combined with debug flag which emits debug traces and this feature appears to be quite useful: The ``files`` option creates individual files...
Latest XCode version breaks 32bit iOS (which is not supported by Apple since 10 years) so we should remove this before upgrading XCode.
Requires a newer NDK version which drops support for older Android SDKs
The buildscripts part to get the editor (soon) running again on Windows. In short running `build_editor.cmd` and `download_qt6.cmd` gets everything setup. The PR to the editor repo follows later. This...
The following libraries shall be updated: - **harfbuzz**: 12.1.0 → 12.2.0 - **fluidsynth**: 2.4.6 → 2.5.1 - **fmt**: 12.0.0 → 12.1.0 - **ICU**: 77-1 → 78.1 - **SDL2**: 2.32.6 →...
Next fluidsynth version adds an abstraction layer that is either for embedded ``-Dosal=embedded`` of for C++11 ``-Dosal=cpp11`` (https://github.com/FluidSynth/fluidsynth/pull/1570). cpp11 is useful for our desktop/mobile platforms and embedded for homebrew (because...