On Wed, 15 Dec 2010, Thomas De?Contes wrote: > Le 14 d?c. 2010 ? 12:32, _nOx_ a ?crit : >> >> I have bought a Lide 110 Too. >> Today (Tuesday 14 december) I have download (on git tree) and compil the >> sane-backend, but my scan is not recongnized. > > Hi :-) > > Where could I find a tutorial to make this compilation, please ? > i'm pretty new to linux, and i don't plan to compile many things, i just need > to get my scanner working :-) > > > i have installed git-core > > looking at http://www.sane-project.org/cvs.html , i tried > git git://git.debian.org/sane/sane-backends.git > and > git checkout git://git.debian.org/sane/sane-backends.git > > and i'm blocked there, now
On Debian/Ubuntu that would be: $ sudo vim /etc/apt/sources.list # uncomment the relevant deb-src lines there $ sudo apt-get update $ sudo apt-get build-dep libsane $ sudo apt-get install build-essential $ cd sane-backends $ ./configure $ make $ sudo make install with a bit of luck that should do. *t