Message-Id: <202001131856.00DIusXI024082@delorie.com> To: djgpp-announce AT delorie DOT com From: "Mariano (malfer AT telefonica DOT net) [via djgpp-announce AT delorie DOT com]" Subject: ANNOUNCE: MGRX 1.3.2 uploaded. Date: Mon, 13 Jan 2020 18:20:31 +0100 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: es-ES X-Spam-Status: No Hi, I'm happy to announce that MGRX version 1.3.2 has been uploaded to the Delorie FTP site and can be downloaded as:   MGRX 1.3.2 sources: ftp://www.delorie.com/pub/djgpp/current/v2tk/mgrx132s.zip MGRX is a 2D graphics library derived from GRX. It supports four platforms: DJGPP, Win32, Linux framebuffer and Linux X11. From version 1.3.0 it includes GrGUI, a mini Graphics User Interface specifically designed for MGRX. There is not a binary package but it is easy to generate it running:  "make -f makefile.dj2 install" By default the instalation procedure assumes libjpeg and libpng instaled previously. If not, you must edit "makedef.grx" in advance. Also by default the font colection that come with MGRX is not installed, if you want you can define the destination directory editing "makedef.grx" and running:  "make -f makefile.dj2 install-fonts" For more information about MGRX go to http://www.fgrim.com/mgrx Enjoy M.Alvarez