From b380c4b4baa5c83d0489f42ab18c6d9059047d88 Mon Sep 17 00:00:00 2001 From: James Hodgkinson Date: Tue, 28 Jun 2022 09:21:21 +1000 Subject: [PATCH] updated docs to include more required packages for ubuntu (#858) --- DEVELOPER_README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOPER_README.md b/DEVELOPER_README.md index d4087c4d1..c2caaa053 100644 --- a/DEVELOPER_README.md +++ b/DEVELOPER_README.md @@ -56,10 +56,10 @@ You need [rustup](https://rustup.rs/) to install a Rust toolchain. You will also need some system libraries to build this, which can be installed by running: ```shell -sudo apt-get install libsqlite3-dev libudev-dev libssl-dev -``` +sudo apt-get install libsqlite3-dev libudev-dev libssl-dev pkg-config libpam0g-dev +``` -Tested with Ubuntu 20.04. +Tested with Ubuntu 20.04 and 22.04. ### Get Involved