Skip to content

Commit

Permalink
Add C toolchain to Ubuntu install instructions (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubouch committed Jun 10, 2024
1 parent 913b0ec commit 7823f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ If you'd rather not install Rust via `rustup`, you can also install it via other

#### Debian/Ubuntu

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

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

Expand Down
2 changes: 1 addition & 1 deletion snippets/installation/install_pkg_config_libssl_dev.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
apt install pkg-config libssl-dev
apt install pkg-config libssl-dev build-essential

0 comments on commit 7823f47

Please sign in to comment.