summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2023-04-16 10:58:05 +0200
committerMarcus Meissner <marcus@jet.franken.de>2023-04-16 10:58:05 +0200
commit9f0762007ba43083319e42ec01c448de4b1f92fa (patch)
tree7db682264654b31e7e5282d13ef719b58ab29470
parentbd9371f79b4b9ee00217b8e252e2c1707da7b77a (diff)
downloadlibmtp-9f0762007ba43083319e42ec01c448de4b1f92fa.tar.gz
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
-rw-r--r--INSTALL22
1 files 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
-----------------