Make a little bit more explicit the dependency on autoconf

This commit is contained in:
Benoit Quiniou 2018-03-03 14:44:55 +01:00
parent 26d8f3b00a
commit 6899467beb
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Usual package names are:
* PulseAudio: libpulse(X) and eventually libpulse(X)-dev
* Jack: libjack(X) and eventually libjack(X)-dev
vban is distributed with autotools build scripts, therefore, to build, you need to invoke:
vban is distributed with autotools build scripts, therefore, to build, you need to install autoconf and to invoke:
$ ./autogen.sh # probably only once for ever
$ ./configure # with or without options (--help to get the list of possible options)