No description
  • Shell 70.2%
  • CMake 18.1%
  • Python 7.3%
  • Batchfile 3.4%
  • Dockerfile 1%
Find a file
notdistorted a5271635e7
Merge pull request #1 from AcrylonitrileButadieneStyrene/master
manual trigger for building docker image
2026-05-31 10:16:54 +08:00
.github manual trigger for building docker image 2026-05-30 22:01:39 -04:00
3ds Pin 3DS ICU to version 77.1 2026-01-22 12:25:53 +01:00
android Add SDL3 2026-04-09 16:47:27 +02:00
emscripten Merge pull request #221 from Ghabry/sdl3 2026-04-23 15:31:13 +02:00
ios Merge pull request #221 from Ghabry/sdl3 2026-04-23 15:31:13 +02:00
linux-static SDL3: Find the system libraries on Linux 2026-04-21 20:10:18 +02:00
macos Merge pull request #221 from Ghabry/sdl3 2026-04-23 15:31:13 +02:00
shared Merge pull request #221 from Ghabry/sdl3 2026-04-23 15:31:13 +02:00
switch fluidsynth: Migrate to 2.5 2026-01-10 12:56:02 +01:00
tvos Merge pull request #221 from Ghabry/sdl3 2026-04-23 15:31:13 +02:00
vita CMake/PSVita: disable PIC 2025-10-22 13:50:39 +02:00
wii Add some porting notes for some platforms 2025-10-21 23:04:54 +02:00
wiiu Build fixes 2026-01-10 14:23:27 +01:00
windows Windows: Remove fmtlib version pin 2026-04-25 15:57:08 +02:00
.dockerignore compilation docker image 2026-05-22 06:38:57 -04:00
.gitattributes Update libraries 2025-10-21 23:05:16 +02:00
.gitignore Small cleanup 2024-06-07 20:33:35 +02:00
Dockerfile compilation docker image 2026-05-22 06:38:57 -04:00
LICENSE Update Licenses 2026-01-22 12:04:46 +01:00
README.md Use curl everywhere 2020-07-13 19:33:46 +02:00

EasyRPG buildscripts

The scripts used to compile needed libraries for supported platform ports on our Jenkins CI server https://ci.easyrpg.org/view/Toolchains/

Notes

Specific building requirements for all platforms:

  • bash
  • autotools (autoconf, automake & libtool)
  • cmake
  • git
  • curl
  • core tools like make, perl, patch & pkg-config

Recommended building requirements for Linux:

  • ccache