Updated the readme to reflect on the SSE change; cross-compilation also works now

This commit is contained in:
Luxferre
2024-09-14 20:53:22 +03:00
parent 024ec03ba9
commit 4b11209e6d
+3 -1
View File
@@ -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):