From e593329945b31032cfb217e4e038f8cd6d297160 Mon Sep 17 00:00:00 2001 From: jonesman Date: Thu, 26 Jan 2023 05:10:44 +0100 Subject: [PATCH] Add "automake" and "libtool" to the list of packages required for building --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87828396..c0d54e2b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ These are known issues and workarounds for various platforms. # building ```bash -sudo apt install build-essential pkg-config libsqlite3-dev # or equivalent for your distribution +sudo apt install build-essential pkg-config automake libtool libsqlite3-dev # or equivalent for your distribution ./autogen.sh ./configure --prefix=/path/to/installation make