On Thu, 2011-02-24 at 14:27 +1000, Peter Hutterer wrote: > BUILDING FROM GIT: > $ ./autogen.sh --prefix=/usr > + $ make > + > Adjust the prefix according to your local setup, in most cases, a > prefix of > /usr is correct. > > BUILDING FROM TARBALL: > > - $ ./configure && make > + $ ./configure --prefix=/usr > + $ make > + > Adjust the prefix according to your local setup, in most cases, a > prefix of > /usr is correct. >
In both cases, that should be "make install" rather than just "make". Otherwise the driver is not installed in /usr/lib. The install target depends on "all" which does the build prior to installation. With that fixed, Reviewed-by: Gaetan Nadon <[email protected]>
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
