From 61f0b839ca8a4e5d66cf5b15bdc2830ce2b09a60 Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Sun, 19 Nov 2023 22:29:03 +0000 Subject: [PATCH] REAMDE apt dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59fa72f0..9f1cdb43 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Install autoconf and other basic development tools, python3 and pip, then procee ##### Apt-based (debian, ubuntu, etc) - `sudo apt update` - - `sudo apt install pkg-config libffi-dev python3-pip python3-venv python3-dev build-essential` + - `sudo apt install git pkg-config libffi-dev python3-pip python3-venv python3-dev build-essential libtool` ##### Red Hat and Fedora based - `yum install epel-release -y 2>/dev/null`