Difference between revisions of "SANE"

From CBLFS
Jump to navigationJump to search
 
Line 2: Line 2:
 
|-
 
|-
 
!Download Backend Source:
 
!Download Backend Source:
| ftp://ftp.sane-project.org/pub/sane/sane-backends-1.0.17/sane-backends-1.0.17.tar.gz
+
| 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 19: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

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

Multilib