-
Switch Docker to Alpine and build kge.
released this
2026-02-18 00:53:12 +00:00 | 9 commits to master since this releaseUpdate build environment to Alpine, enable GUI support, and refine developer guide
- Migrated Dockerfile base image from Ubuntu 22.04 to Alpine 3.19 for a smaller and faster container.
- Added dependencies for GUI support (SDL2, OpenGL/Mesa, Freetype, etc.) and updated CMake options.
- Enhanced
DEVELOPER_GUIDE.mdwith new instructions for GUI builds, updated dependencies, and simplified custom build workflows. - Addressed Alpine-specific ncurses library path issues in CMake configuration.
Downloads