Skip to content

Commit 0237f45

Browse files
authored
docs: update dependencies for operators (#1832)
1 parent 48d768b commit 0237f45

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/operator_guides/0_running_an_operator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Also, you have to install the following dependencies for Linux:
4646

4747
- pkg-config
4848
- libssl-dev
49+
- g++
4950

5051
To install foundry, run:
5152

docs/operator_guides/2_troubleshooting.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,12 @@ If your operator is not showing up after 1 hour, please check the following:
4444
This error is caused by the operator not being able to get the RPC urls.
4545

4646
Make sure you have configured the RPC correctly in the [config file](0_running_an_operator.md#step-3---update-the-configuration-for-your-specific-operator).
47+
48+
### How to update Rust
49+
50+
In case you have an unsupported version of Rust, you can update it following the [official page](https://www.rust-lang.org/tools/install)
51+
52+
53+
### Compiler family detection failed due to error: ToolNotFound: failed to find tool "c++": No such file or directory (os error 2)
54+
55+
Run `sudo apt update && sudo apt install g++` to install the GNU C++ compiler.

0 commit comments

Comments
 (0)