From: Markus Heiser <markus.heiser@xxxxxxxxxxx> From: Heiser, Markus <markus.heiser@xxxxxxxxxxx> On Debian derivated distributions (ubuntu 16.04) the package 'autoconf-archive' is required. Signed-off-by: Markus Heiser <markus.heiser@xxxxxxxxxxx> --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README b/README index 1dd5108..172bed0 100644 --- a/README +++ b/README @@ -22,7 +22,8 @@ each distro. On Debian and derivated distributions, you need to install the following packages with apt-get or aptitude: - debhelper dh-autoreconf autotools-dev doxygen graphviz libasound2-dev + debhelper dh-autoreconf autotools-dev autoconf-archive + doxygen graphviz libasound2-dev libtool libjpeg-dev libqt4-dev libqt4-opengl-dev libudev-dev libx11-dev pkg-config udev make gcc git @@ -47,6 +48,11 @@ After downloading and installing the needed packages, you should run: ./configure make +If ./configure exit with some errors try:: + + autoreconf -i --force + ./configure + And, to install on your system: sudo make install -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html