From 4b11209e6dc4a10d5ae741728cb1efb6c37bec66 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 14 Sep 2024 20:53:22 +0300 Subject: [PATCH] Updated the readme to reflect on the SSE change; cross-compilation also works now --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eb5dca..aad3fc1 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,10 @@ Just run `make win64` and get all the resulting files in the `out` directory. ### Windows x64 (cross-compiling from Linux) +You need to have Go 1.23.1 and above and a POSIX-compatible "make". + 1. Install the `mingw-w64` compiler package. -2. Run `make win64-cross` +2. Run `make win64-cross` and get all the resulting files in the `out` directory. If the compiler complains about the `EventToken.h` file when building `webview_go` dependency, locate the include files and symlink it to the real `eventtoken.h` like this (as root):