Document more about the RGBDS architecture (#1809)

This commit is contained in:
Rangi
2025-09-07 15:34:52 -04:00
committed by GitHub
parent 3677ab2ebf
commit 65d408eb5d
6 changed files with 318 additions and 69 deletions

View File

@@ -12,7 +12,7 @@ RUN apt-get update && \
RUN ./.github/scripts/install_deps.sh ubuntu-22.04
RUN make -j CXXFLAGS="-O3 -flto -DNDEBUG -static" PKG_CONFIG="pkg-config --static" Q=
# Create an archive with the compiled executables and all the necessary to install it,
# Create an archive with the compiled executables and all the necessary to install it,
# so it can be copied outside of the container and installed/used in another system
RUN tar caf rgbds-linux-x86_64.tar.xz --transform='s#.*/##' rgbasm rgblink rgbfix rgbgfx man/* .github/scripts/install.sh