This repository was archived by the owner on Aug 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 99- ` naev-steamruntime ` (Used for linux steam builds in the steamruntime (soldier) environment)
1010- ` naev-windows ` (Used to cross compile for Windows.)
1111
12+ ### v1.6.4
13+ Document why mingw64-physfs is a horrible idea.
14+
1215### v1.6.3
1316Add the enet library (used in a friendly fork). For Windows, add mingw64-dlfcn and mingw64-physfs.
1417
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ WORKDIR /tmp
1111# Install build requirements
1212RUN microdnf --nodocs --setopt=install_weak_deps=0 -y install gcc gettext git meson ninja-build python3-pyyaml tar texinfo xz unzip zip \
1313# Install mingw64 packages
14+ # Note to selves: mingw64-physfs is version 2, unusable.
1415 mingw64-gcc mingw64-dlfcn mingw64-freetype mingw64-libvorbis mingw64-libxml2 mingw64-openal-soft \
15- mingw64-SDL2 mingw64-SDL2_image mingw64-libpng mingw32-nsis mingw64-pcre2 mingw64-physfs && \
16+ mingw64-SDL2 mingw64-SDL2_image mingw64-libpng mingw32-nsis mingw64-pcre2 && \
1617 microdnf clean all && \
1718# Install openblas for mingw (building this from source is an option but probably painful)
1819 curl -L -O https://github.com/xianyi/OpenBLAS/releases/download/v0.3.20/OpenBLAS-0.3.20-x64.zip && \
You can’t perform that action at this time.
0 commit comments