Update of /cvsroot/q-lang/q/modules/ggi
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20802
Modified Files:
README-GGI
Log Message:
update information about recent GGI versions, add notice about x:-inwin bug in GGI 2.2
Index: README-GGI
===================================================================
RCS file: /cvsroot/q-lang/q/modules/ggi/README-GGI,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** README-GGI 10 Jul 2005 08:18:35 -0000 1.9
--- README-GGI 8 Mar 2008 23:02:17 -0000 1.10
***************
*** 15,29 ****
The module requires that you have libggi (version 2.0 or later) and libgii
! (version 0.8 or later) installed. For the additional font support you also
! need version 2 of the FreeType library (http://www.freetype.org/).
! Since the GGI project at SourceForge (http://sourceforge.net/projects/ggi/)
! only provides source tarballs at this time, and GGI is not yet included in the
! major Linux distributions, we provide some RPMs for the required libraries on
! the Q homepage. NOTE: The Windows package now comes with the most recent GGI
! from CVS, including Peter Ekberg's much improved DirectX driver. To make the
! module work on Windows, please make sure that the GGI_CONFDIR environment
! variable points to your Qpad/ggi/etc/ggi directory. (This should be taken care
! of automagically when running scripts via the Qpad application.)
Please see ggi.q for a description of the functions provided by this module.
--- 15,30 ----
The module requires that you have libggi (version 2.0 or later) and libgii
! (version 0.8 or later) installed. (We recommend using libggi 2.1/libgii 0.9,
! as later versions appear to have a bug breaking the '-inwin' option of the X11
! target, which is needed to embed GGI windows inside GUI applications.) For the
! additional font support you also need version 2 of the FreeType library
! (http://www.freetype.org/).
! Binary GGI packages are readily available on most current Linux distributions.
! The Windows package comes with a GGI version from CVS which includes Peter
! Ekberg's much improved DirectX driver. To make the module work on Windows,
! please make sure that the GGI_CONFDIR environment variable points to your
! Qpad/ggi/etc/ggi directory. (This should be taken care of automagically when
! running scripts via the Qpad application.)
Please see ggi.q for a description of the functions provided by this module.
***************
*** 44,48 ****
Enjoy! :)
! Oct 2 2004
Albert Graef
ag...@mu..., Dr....@t-...
--- 45,49 ----
Enjoy! :)
! Mar 9 2008
Albert Graef
ag...@mu..., Dr....@t-...
|