Skip to content

Commit a51fbd7

Browse files
authored
Reference Desktop Native Rust deps install scripts (#791)
1 parent 7093e55 commit a51fbd7

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ information.
99

1010
## Dependencies
1111

12+
::::note
13+
14+
The dependencies can be installed in your local environment by running the prepare environment
15+
script relevant to your OS (`scripts/prepare-env-unix-rust.sh` and
16+
`scripts/prepare-env-windows-rust.ps1`). If installing manually ensure that the versions of the
17+
cargo binaries match those defined in `apps/desktop/desktop-native/cargo-tool-versions`.
18+
19+
::::
20+
1221
1. [Rust](https://www.rust-lang.org/tools/install)
1322
2. The nightly toolchain: `rustup toolchain install nightly`
1423
3. Cargo binaries for pre-commit hooks

docs/getting-started/clients/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ In this context, "clients" generally refers to the Typescript clients, which are
1717

1818
## Requirements
1919

20-
Before you start, you should have Node and npm installed. See the [Tools and Libraries](../tools)
21-
page for more information.
20+
Before you start:
21+
22+
- Install node and npm. See the [Tools and Libraries](../tools) page for more information.
23+
- Install the Rust ecosystem dependencies. See the
24+
[Desktop Native Dependencies](./desktop/desktop-native/#dependencies) for more information.
2225

2326
## Setup instructions
2427

0 commit comments

Comments
 (0)