From 024ec03ba90958e485f1d1e1fa509373ed4fc497 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 14 Sep 2024 20:51:18 +0300 Subject: [PATCH] Updated the readme to reflect on the SSE change; cross-compilation also works now --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ee6728e..4eb5dca 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,6 @@ Just run `make win64` and get all the resulting files in the `out` directory. ### Windows x64 (cross-compiling from Linux) -This process is still unstable and can fail at any time. - 1. Install the `mingw-w64` compiler package. 2. Run `make win64-cross`