Add "automake" and "libtool" to the list of packages required for building

This commit is contained in:
jonesman 2023-01-26 05:10:44 +01:00 committed by Doug Freed
parent 4a47689a35
commit e593329945

View file

@ -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