Skip to content

Commit 235cf0e

Browse files
authored
[PM-22847] Update Desktop Build Instructions for Windows on ARM (#619)
* [PM-22847] Update desktop build instructions for Windows on ARM * Update based on PR suggestion
1 parent 04da181 commit 235cf0e

File tree

1 file changed

+11
-0
lines changed
  • docs/getting-started/clients/desktop

1 file changed

+11
-0
lines changed

docs/getting-started/clients/desktop/index.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,17 @@ npm run build
5252

5353
### Cross compile
5454

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+
5566
In certain environments such as WSL (Windows Subsystem for Linux), it might be necessary to
5667
cross-compile the native module. To do this, first make sure you have installed the relevant rust
5768
target. See [`rustup` documentation](https://rust-lang.github.io/rustup/cross-compilation.html) for

0 commit comments

Comments
 (0)