Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 246189d

Browse files
Oops, never again with mingw64-physfs v2.
1 parent 475cec9 commit 246189d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
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
1316
Add the enet library (used in a friendly fork). For Windows, add mingw64-dlfcn and mingw64-physfs.
1417

naev-windows/Dockerfile.amd64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ WORKDIR /tmp
1111
# Install build requirements
1212
RUN 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 && \

0 commit comments

Comments
 (0)