Skip to content

Commit 7823f47

Browse files
authored
Add C toolchain to Ubuntu install instructions (#1443)
1 parent 913b0ec commit 7823f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you'd rather not install Rust via `rustup`, you can also install it via other
5858

5959
#### Debian/Ubuntu
6060

61-
You will need to install the "pkg-config" and "libssl-dev" package:
61+
You will need to install the "pkg-config", "build-essential" and "libssl-dev" packages:
6262

6363
@[code](@snippets/installation/install_pkg_config_libssl_dev.sh)
6464

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
apt install pkg-config libssl-dev
1+
apt install pkg-config libssl-dev build-essential

0 commit comments

Comments
 (0)