Skip to content

Commit 5c8b505

Browse files
README: fix dependencies
Use dh-autoreconf package instead of libtool, autoconf, automake. This commit should improve compatibility with modern OS, see https://wiki.debian.org/Autoreconf Tested in Ubuntu 24
1 parent a938ff5 commit 5c8b505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you compile Gpredict from source you will also need the development packages
3939
often with -dev or -devel in the package name, e.g. libgtk-3-dev. On Debian and
4040
Ubuntu systems you can install the build dependencies using:
4141

42-
sudo apt install libtool intltool autoconf automake libcurl4-openssl-dev make
42+
sudo apt install dh-autoreconf intltool libcurl4-openssl-dev make
4343
sudo apt install pkg-config libglib2.0-dev libgtk-3-dev libgoocanvas-2.0-dev
4444

4545

0 commit comments

Comments
 (0)