You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs-rs/add-dependencies.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
Rustwide internally uses `rustops/crates-build-env` as the build environment for the crate. If you want to add a system package for crates to link to, this is place you're looking for.
4
4
5
+
## Preconditions
6
+
7
+
Docker and docker-compose must be installed. For example, on Debian or Ubuntu:
8
+
9
+
```sh
10
+
apt-get install docker.io docker-compose
11
+
```
12
+
5
13
## Getting started
6
14
7
15
First, clone the crates-build-env and the docs.rs repos:
0 commit comments