[1/2] v4l-utils: add comments to the build instructions

Message ID 1470822739-29519-2-git-send-email-markus.heiser@darmarit.de (mailing list archive)
State Accepted, archived
Headers

Commit Message

Markus Heiser Aug. 10, 2016, 9:52 a.m. UTC
  From: Markus Heiser <markus.heiser@darmarIT.de>

From: Heiser, Markus <markus.heiser@darmarIT.de>

On Debian derivated distributions (ubuntu 16.04) the package
'autoconf-archive' is required.

Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de>
---
 README | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
  

Patch

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