We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04da181 commit 235cf0eCopy full SHA for 235cf0e
docs/getting-started/clients/desktop/index.mdx
@@ -52,6 +52,17 @@ npm run build
52
53
### Cross compile
54
55
+#### Windows on ARM
56
+
57
+If you're building in Windows on ARM, you might need to run `build.js` with the `cross-platform`
58
+argument:
59
60
+```bash
61
+node desktop_native/build.js cross-platform
62
+```
63
64
+#### Linux & others
65
66
In certain environments such as WSL (Windows Subsystem for Linux), it might be necessary to
67
cross-compile the native module. To do this, first make sure you have installed the relevant rust
68
target. See [`rustup` documentation](https://rust-lang.github.io/rustup/cross-compilation.html) for
0 commit comments