We're working on it (really!)
Remaining open issues are:
* check compilation against sane CVS
* we need to check the backend with tstbackend
* run indent -gnu (=trivial)
* documentation update
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-03-16
Wow!!!
Thanks a lot Bertrik!!!
I think I'm not the only one who feels this.. I do have a lot of appreciation for your work
Thanks a lot again... :)
Mede
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I see now several niash files in the cvs repository of sane (http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/sane-backends/backend/?cvsroot=sane). Since I am a real no-know, can anyone tell me how to use them? Do I just download them and add niash to my config? Or is it more complicated?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
unpack them by something like
------------------------------------------------
tar -xzvf /path/to/where/the/gz/is/sane-backends-xyz.tar.gz
------------------------------------------------
change to the unpacked directory
------------------------------------------------
cd sane-backends-xyz
------------------------------------------------
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --infodir=/usr/share/info
------------------------------------------------
make
------------------------------------------------
sudo make install
(followed by the root password)
------------------------------------------------
That's it
Regards
Ullrich
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Any news from sane about the inclusion of these drivers??
MeL
We're working on it (really!)
Remaining open issues are:
* check compilation against sane CVS
* we need to check the backend with tstbackend
* run indent -gnu (=trivial)
* documentation update
Wow!!!
Thanks a lot Bertrik!!!
I think I'm not the only one who feels this.. I do have a lot of appreciation for your work
Thanks a lot again... :)
Mede
Good to see this thingy included in sane. It is clearly a lot of work. Any news yet on the schedule?
Eric
Hello Eric,
I cannot say a thing about the schedule.
Henning (Mr. SANE) and me are only communicating over the devel-list. So everything I know is what you know.
Nevertheless I think the code that is included in the current sane-snapshot will be the same as for the release
Regards
Ullrich
I see now several niash files in the cvs repository of sane (http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/sane-backends/backend/?cvsroot=sane). Since I am a real no-know, can anyone tell me how to use them? Do I just download them and add niash to my config? Or is it more complicated?
Hi,
You can get the latest SANE-version (every day new) at
http://sane-project.org/snapshots/
as a tar.gz
unpack them by something like
------------------------------------------------
tar -xzvf /path/to/where/the/gz/is/sane-backends-xyz.tar.gz
------------------------------------------------
change to the unpacked directory
------------------------------------------------
cd sane-backends-xyz
------------------------------------------------
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --infodir=/usr/share/info
------------------------------------------------
make
------------------------------------------------
sudo make install
(followed by the root password)
------------------------------------------------
That's it
Regards
Ullrich