summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2010-12-05 20:01:53 +0000
committerLinus Walleij <triad@df.lth.se>2010-12-05 20:01:53 +0000
commit1774a8e024c6e47ad3523748a8942c8e4f4ed1ad (patch)
treeedca14fb3835133ff44de876b29bf09eb533da3f /INSTALL
parent6a926bbd96bf545585e4ed8de6173a49ab3c925f (diff)
downloadlibmtp-1774a8e024c6e47ad3523748a8942c8e4f4ed1ad.tar.gz
Fix up some probing stuff
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 6 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL
index 97180c6..64bd2b8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -87,7 +87,7 @@ BASIC BUILD PROCEDURE
To build the package:
- % ./configure
+ % ./configure --libexecdir=/lib/udev
% make
% make install
@@ -97,17 +97,11 @@ makes libmtp sample programs avoid collision with other programs like
sox' "play" program. If the default prefix for some reason fail,
try to tag on "--program-prefix=mtp-" to the "configure" command.
-On Linux you should then typically type (see below for details):
-
- % ./hotplug.sh
-
-you can achieve the same with
-
- % ./configure --enable-hotplugging
-
-you can turn off some speed enhancements (for testing) with:
-
- % ./configure --no-turbo
+The "--libexecdir=/lib/udev" parameter is a Linux pecularity to
+make the mtp-probe (which is built for Linux only) install into
+that directory. Library executables are executables bound to the
+library and for udev programs this specific directory shall hold
+such executables.
if you want to install the documentation type: