From 9f0762007ba43083319e42ec01c448de4b1f92fa Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 16 Apr 2023 10:58:05 +0200 Subject: s/CVS/GIT/ restructed a bit to make it more clear how to run the autotools before build. fixes https://github.com/libmtp/libmtp/issues/142 --- INSTALL | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/INSTALL b/INSTALL index 12469eb..f335b3c 100644 --- a/INSTALL +++ b/INSTALL @@ -31,8 +31,10 @@ Dependencies ------------ To build libmtp you should only need development files for libusb. -(Often named libusb-devel or similar.) For working with CVS versions -you may need autoconf, automake, libtool, pkg-config, gettext(-devel). +(Often named libusb-devel or similar.) + +For working with the GIT versions you will need autoconf, automake, +libtool, pkg-config, and gettext(-devel). To enable the optional MTPZ support using libgcrypt you need the libgcrypt library installed as well. @@ -112,6 +114,14 @@ libgcrypt. BASIC BUILD PROCEDURE ===================== +If you checked out the sources from GIT, you must first run the +autogen.sh script that generates all the GNU autotools files. +Notice that this requires GNU autoconf, automake and libtool and +possibly some other packages like gettext, readline, intltool and +other M4 macro sources. This is done with: + + % ./autogen.sh + To build the package: % ./configure @@ -133,14 +143,6 @@ if you want to install the documentation type: % make install-docs -if you checked out the sources from CVS, you must first run the -autogen.sh script that generates all the GNU autotools files. -Notice that this requires GNU autoconf, automake and libtool and -possibly some other packages like gettext, readline, intltool and -other M4 macro sources. This is done with: - - % ./autogen.sh - Linux hotplugging ----------------- -- cgit v1.2.1