• Home
  • Raw
  • Download

Lines Matching +full:run +full:- +full:parallel

1 2002-01-03
3 Look at http://home.tiscalinet.de/fbakan/sane-os2.htm for information about
10 SANE 1.03 for OS/2 - build 1
11 ----------------------------
16 --------
23 ------------------------------
26 http://www.sane-project.org/
35 -------
49 and look for sane-os2, or fill the form available on my site.
53 -------------
56 more < doc\sane-epson.txt
63 ------------
75 aspirout.sys, e.g. if you have a CD-RW and CDRecord/2 installed.
84 To run scanimage.exe you need also to download the latest EMX runtime,
87 find-scanner.exe can be used to recognize a scanner on the scsi bus. Then
97 To test scanimage, run
99 scanimage --help
113 ------
115 supplied templates) and run
117 scanimage -L
121 device `umax:b0t3l0' is a UMAX Vista-S8 flatbed scanner
130 scanimage -d umax > test.pnm
132 will do a scan with default parameters. Run
134 scanimage -d umax --help
140 ------
149 Now run the server in debug mode
151 saned -d
155 Run
157 scanimage -L
161 device `umax:b0t3l0' is a UMAX Vista-S8 flatbed scanner
164 device `net:pippo.intranet:umax:b0t3l0' is a UMAX Vista-S8 flatbed scanner
168 Then saned will quit. To run it forever, you have to configure the INETD
171 sane tcp /rd/sane/sane-1.0.1/frontend/saned.exe
177 scanimage -d net:HOSTNAME:umax:b0t3l0 > test.pnm
185 ---------------
188 - EMX 0.9D
189 - GNU Make 3.75 (rename to make.exe)
190 - GNU Patch 2.5
191 - KSH 5.2.13 (rename to sh.exe)
192 - GNU Bison
193 - GNU File utilities
194 - GNU SED (stream editor)
195 - Autoconf 2.13
198 - untar the original Unix distribution;
199 - unzip this file somewhere;
200 - copy src\* into sane-1.0.1;
201 - enter sane-1.0.1 directory;
202 - apply patches to original distribution:
203 [...\sane-1.0.1]gnupatch -p 0 < patch.os2
204 - run autoconf to rebuild the configure script
205 - edit configure and change autoconf default optimization flags;
206 search for -O2 -m486 and change to your preferred settings;
207 - add the following line after :${LDFLAGS="...."}
208 : ${LIBS="-lsocket"}
209 - run configure.os2 to build all installation files;
210 - add -Zexe to LDFLAGS in frontend\Makefile and tools\Makefile;
211 - run make (compiler warnings are ok);
212 - wait to complete all makes;
222 -Zsysv-signals enables signal management as in SystemV, otherwise emx
224 -Zcrtdll link dynamically with EMXLIBCM.DLL;
227 PARALLEL PORT
228 -------------
229 This release has support for parallel port enabled: actually only the Epson
230 backend makes uses of such support; the Epson GT-300 can be recognized, but
233 Also HP-5100C parallel scanner can be run under OS/2: you need to download
242 --------
246 - changed runtime to EMX 0.9D
247 - fixed: find-scanner should now work correctly.
248 - added: how to compile instructions.
250 07 Mar 1999 release 1.01 pre-test3
256 added parallel port support