Add "automake" and "libtool" to the list of packages required for building
This commit is contained in:
parent
4a47689a35
commit
e593329945
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ These are known issues and workarounds for various platforms.
|
||||||
# building
|
# building
|
||||||
|
|
||||||
```bash
|
```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
|
./autogen.sh
|
||||||
./configure --prefix=/path/to/installation
|
./configure --prefix=/path/to/installation
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue