From 1774a8e024c6e47ad3523748a8942c8e4f4ed1ad Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sun, 5 Dec 2010 20:01:53 +0000 Subject: Fix up some probing stuff --- INSTALL | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'INSTALL') 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: -- cgit v1.2.3