mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
added notes about hermes library support for Window Maker
This commit is contained in:
5
INSTALL
5
INSTALL
@@ -120,6 +120,11 @@ might work too.
|
|||||||
For GIF image support
|
For GIF image support
|
||||||
ftp://prtr-13.ucsc.edu/pub/libungif/
|
ftp://prtr-13.ucsc.edu/pub/libungif/
|
||||||
|
|
||||||
|
- libHermes 1.3.2 or newer
|
||||||
|
For faster pixel conversion in the wraster library
|
||||||
|
(its used only in some conversions - for TrueColor visuals)
|
||||||
|
http://www.clanlib.org/hermes/
|
||||||
|
|
||||||
- GNU xgettext
|
- GNU xgettext
|
||||||
If you want to use translated messages, you will need GNU gettext.
|
If you want to use translated messages, you will need GNU gettext.
|
||||||
Other versions of gettext are not compatible and will not work.
|
Other versions of gettext are not compatible and will not work.
|
||||||
|
|||||||
18
NEWS
18
NEWS
@@ -79,6 +79,24 @@ recreated if missing, but this time it will be saved with the new XPM save
|
|||||||
code which produces good XPM images.
|
code which produces good XPM images.
|
||||||
All the rest of the process is transparent to the user.
|
All the rest of the process is transparent to the user.
|
||||||
|
|
||||||
|
Hermes library support
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
If configure finds hermes library (an optimized pixel format conversion
|
||||||
|
library) installed it will use it to do the pixel format conversion in
|
||||||
|
the wraster library for some cases (TrueColor visuals without dithering).
|
||||||
|
Currently the hermes routines cannot convert to an indexed destination,
|
||||||
|
so we can't use hermes for PseudoColor, GrayScale and StaticGray visuals.
|
||||||
|
Also hermes only does dithering for just 2 combinations of source/destination
|
||||||
|
bits/masks none of them useful to out needs so for dithering we still
|
||||||
|
use out routines.
|
||||||
|
|
||||||
|
The Hermes library is completely optional, you can build Window Maker
|
||||||
|
without having it, it just speeds up the things a little for some
|
||||||
|
situations.
|
||||||
|
|
||||||
|
hermes library is available here: http://www.clanlib.org/hermes/
|
||||||
|
|
||||||
|
|
||||||
--- 0.64.0
|
--- 0.64.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user