From db449c443048385b69e8609b326cb80b6c13c647 Mon Sep 17 00:00:00 2001 From: Petrius Lima Date: Sun, 7 Apr 2024 15:25:14 -0300 Subject: [PATCH] Add package necessary for Ubuntu (#3462) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f51806bb6..2d419e6611 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Building On Debian and Ubuntu, `ord` requires `libssl-dev` when building from source: ``` -sudo apt-get install pkg-config libssl-dev +sudo apt-get install pkg-config libssl-dev build-essential ``` You'll also need Rust: