Difference between revisions of "SANE"
From CBLFS
Jump to navigationJump to searchLine 2: | Line 2: | ||
|- | |- | ||
!Download Backend Source: | !Download Backend Source: | ||
− | | ftp://ftp.sane-project.org/pub/sane/sane-backends-1.0. | + | | ftp://ftp.sane-project.org/pub/sane/sane-backends-1.0.18/sane-backends-1.0.18.tar.gz |
|- | |- | ||
!Download Frontend Source: | !Download Frontend Source: |
Revision as of 18:31, 21 October 2006
Download Backend Source: | ftp://ftp.sane-project.org/pub/sane/sane-backends-1.0.18/sane-backends-1.0.18.tar.gz |
---|---|
Download Frontend Source: | ftp://ftp.sane-project.org/pub/sane/sane-frontends-1.0.14/sane-frontends-1.0.14.tar.gz |
Contents
Dependencies
Optional (BackEnd)
Optional (FrontEnd)
Non-Multilib
Backend
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make
Install the package:
make install && install -v -m644 doc/sane.png xscanimage-icon-48x48-2.png \ /usr/share/sane
Frontend
Compile the package:
./configure --prefix =/usr && make
Install the package:
make install
If Gimp is installed and you would like to use xscanimage as a scanning plugin, run the following command:
ln -v -s ../../../../bin/xscanimage /usr/lib/gimp/2.0/plug-ins