[sane-devel] CanoScan LiDE 110

Tomas Pospisek tpo_deb at sourcepole.ch
Wed Dec 15 00:05:37 UTC 2010


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


More information about the sane-devel mailing list