Skip to content

Commit 92929ba

Browse files
committed
docs(#1595): Add build-essential to Prerequisites
The build-essential package is required to provide the C compiler (cc) needed for compilation. This was missing from the prerequisites documentation. Closes #1595
1 parent ef5be41 commit 92929ba

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@
8888
//!
8989
//! The tracker has some system dependencies:
9090
//!
91+
//! First, you need to install the build tools:
92+
//!
93+
//! ```text
94+
//! sudo apt-get install build-essential
95+
//! ```
96+
//!
9197
//! Since we are using the `openssl` crate with the [vendored feature](https://docs.rs/openssl/latest/openssl/#vendored),
9298
//! enabled, you will need to install the following dependencies:
9399
//!

0 commit comments

Comments
 (0)