[q-lang-cvs] q/modules/ggi README-GGI,1.10,1.11
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-03-10 07:30:13
|
Update of /cvsroot/q-lang/q/modules/ggi In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3043 Modified Files: README-GGI Log Message: add notice about patch fixing the x:-inwin bug in GGI 2.2 releases Index: README-GGI =================================================================== RCS file: /cvsroot/q-lang/q/modules/ggi/README-GGI,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** README-GGI 8 Mar 2008 23:02:17 -0000 1.10 --- README-GGI 10 Mar 2008 07:30:05 -0000 1.11 *************** *** 15,23 **** 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. --- 15,24 ---- The module requires that you have libggi (version 2.0 or later) and libgii ! (version 0.8 or later) installed. (Note that all GGI 2.2 releases up to 2.2.2 ! have a bug breaking the '-inwin' option of the X11 target, which is needed to ! embed GGI windows inside GUI applications. A patch fixing this can be found on ! the Q website at http://q-lang.sf.net/ggi-2.2-inwin.patch.) For the additional ! font support you also need version 2 of the FreeType library available at ! http://www.freetype.org/. Binary GGI packages are readily available on most current Linux distributions. |