buildscripts
buildscripts copied to clipboard
The scripts used to compile needed libraries for supported platform ports on our Jenkins server
Trying to build Editor is painful with respect to trying to find all the dependent Qt packages. It would be nice if we had a build script here for Editor...
It is possible to automate the app bundle signing and notarization process. ~Non-appstore signing for macOS and notarization is free, and the automation is even possible for the continous builds...
Just a reminder that `libopus` is currently built without them: https://github.com/EasyRPG/buildscripts/blob/46d6d628434da2939e97477ef729946a258f5953/shared/packages.sh#L90 _Originally posted by @carstene1ns in https://github.com/EasyRPG/buildscripts/issues/43#issuecomment-429478225_
My suggestion is create variables on Android build files to package standalone games, like suggestion in those issues https://github.com/EasyRPG/Player/issues/995 and https://github.com/EasyRPG/Player/issues/1085. I modified this project in my computer, to create...
The debug version of pixman is super slow and gives 0 FPS in many situations. We can't simply force the pixman release library when building Player because it uses LIBCMT...
The vcpkg library uses additional patches and has more dependencies. We need to check how much weight this adds and could run our own later.
The following libraries shall be updated: - **harfbuzz**: 9.0.0 → 10.0.1 - **expat**: 2.6.2 → 2.6.3 - **SDL2**: 2.30.6 → 2.30.8 This pull request will adapt to changes made in...
The following error message is displayed during compilation (output.cpp:104): ``` C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\include\xutility(1190,54): error C2794: 'reference': is not a member of any direct or indirect base class of 'std::iterator_traits'...
While investigating why emscripten fails to build I noticed that the data file is huge. This happens because icudata is not redownloaded by the dl-cache tool so it takes an...
The following libraries shall be updated: - **libpng**: 1.6.47 → 1.6.48 - **harfbuzz**: 10.4.0 → 11.2.1 - **pixman**: 0.44.2 → 0.46.0 - **expat**: 2.7.0 → 2.7.1 - **libxmp-lite**: 4.6.2 →...