Skip to content

Commit 2fa7af1

Browse files
AzothZephyrazoth zephyr
andauthored
add build-essential to dependencies install step in readme (#106)
* add build-essential installation to readme steps, rustup makes an assumption thats the C linker is already installed. on the fresh ubuntu 22.04 system i am installing on build-essential wasn't installed leading to an cc linker not found error on rust compilation. * readd in 'debian-based systems' (forgot to save before previous commit) --------- Co-authored-by: azoth zephyr <[email protected]>
1 parent a5ad8d0 commit 2fa7af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Note that only permissioned publishers can publish data to the network. Please r
1111
Prerequisites: Rust 1.68 or higher. A Unix system is recommended.
1212

1313
```shell
14-
# Install OpenSSL (Debian-based systems)
15-
$ apt install libssl-dev
14+
# Install dependencies (Debian-based systems)
15+
$ apt install libssl-dev build-essential
1616

1717
# Install Rust
1818
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

0 commit comments

Comments
 (0)