Updated the readme to reflect on the SSE change; cross-compilation also works now
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user