Skip to content

Commit 2782c62

Browse files
committed
osm2pgsql: Document that the autoconf tools need a few more packages to be installed: autoconf automake libtool
1 parent 59824d9 commit 2782c62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ e.g. on Fedora:
6666
# yum install geos-devel proj-devel postgresql-devel libxml2-devel bzip2-devel gcc-c++
6767

6868
on Debian:
69-
# aptitude install libxml2-dev libgeos-dev libpq-dev libbz2-dev proj autoconf make g++
69+
# aptitude install libxml2-dev libgeos-dev libpq-dev libbz2-dev proj autoconf automake libtool make g++
7070

7171
On most Unix-like systems the program can be compiled by
7272
running './autogen.sh && ./configure && make'.

0 commit comments

Comments
 (0)