Give lib2245 its own README
This commit is contained in:
parent
18d4834a2b
commit
d93d1ebd45
46
lib2245/README
Normal file
46
lib2245/README
Normal file
|
@ -0,0 +1,46 @@
|
|||
libS2245ImageReProcess -- Re-implemented Image Processing library for
|
||||
the Sinfonia CHC-S2245 printer family
|
||||
|
||||
Copyright (c) 2020 Solomon Peachy <pizza@shaftnet.org>
|
||||
|
||||
** ** ** ** Do NOT contact Sinfonia about this library! ** ** ** **
|
||||
|
||||
This is intended to be a drop-in replacement for Sinfonia's proprietary
|
||||
libS2245ImageProcess library, which is necessary in order to utilize
|
||||
theCHC-S2245 printer family.
|
||||
|
||||
Sinfonia Inc was not involved in the creation of this library, and
|
||||
is not responsible in any way for the library or any deficiencies in
|
||||
its output. They will provide no support if it is used.
|
||||
|
||||
If you have the appropriate permission fron Sinfonia, we recommend
|
||||
you use their official libS2245ImageProcess library instead, as it
|
||||
will generate the highest quality output. However, it is only
|
||||
available for x86/x86_64 targets on Linux. Please contact your local
|
||||
Sinfonia distributor to obtain the official library.
|
||||
|
||||
** ** ** **
|
||||
|
||||
This library is released under the GNU GPL version 3. Unfortunately
|
||||
this means that it cannot be bundled with Gutenprint.
|
||||
|
||||
In order to utilize this library with Gutenprint, you will need:
|
||||
|
||||
* Gutenprint 5.3.4 or later
|
||||
* Current selphy_print backend
|
||||
* This library
|
||||
|
||||
Gutenprint 5.3.4 or and newer already include up-to-date backend
|
||||
code, so if you have that version installed you will only need to
|
||||
compile and install this library.
|
||||
|
||||
To build this library:
|
||||
|
||||
make
|
||||
make install
|
||||
|
||||
You may also need to add the library to the search path:
|
||||
|
||||
echo "/usr/local/lib" >> /etc/ld.so.conf
|
||||
ldconfig
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
This is intended to be a drop-in replacement for Sinfonia's proprietary
|
||||
libS6145ImageProcess library, which is necessary in order to utilize
|
||||
their CHC-S6145 and CHC-S2245 printer families
|
||||
their CHC-S6145 printer family.
|
||||
|
||||
Sinfonia Inc was not involved in the creation of this library, and
|
||||
is not responsible in any way for the library or any deficiencies in
|
||||
|
|
Loading…
Reference in a new issue