X-Git-Url: http://git.maemo.org/git/?p=gnuplot;a=blobdiff_plain;f=docs%2Fold%2FREADME.emx;fp=docs%2Fold%2FREADME.emx;h=9aa61ad75c05799ee4502dc2c8f8031019f87bc6;hp=0000000000000000000000000000000000000000;hb=39ec1247a71f61152a4a7f502a30f06a3896c5da;hpb=06be459be4f5f6a7c6ff878e84f355fb2575caa8 diff --git a/docs/old/README.emx b/docs/old/README.emx new file mode 100644 index 0000000..9aa61ad --- /dev/null +++ b/docs/old/README.emx @@ -0,0 +1,20 @@ +EMXVGA is another terminal type for OS/2, which runs on the PM of OS/2 +as well as in full screen mode on DOS running on 386 or better PC. +The driver is compiled using EMX GCC with VESA and SVGAKIT which supports +VESA, Trident, Cirrus, ET4000, WD and S3, and is maintained by +Johannes Martin (JMARTIN@GOOFY.ZDV.UNI-MAINZ.DE), with additions of +putting string at an arbitrary angle by David J. Liu (liu@phri.nyu.edu). + +" +The file gstring.c contains the display string function for SVGAKIT of emx GCC. +The function, g_string (x,y,color,angle,*string), displays the string at (x,y) +which is the upper left corner of the string, in color at an arbitrary angle. +To install, copy gstring.c to SVGAKIT directory and update the files graph.h +and makefile with references to g_string(...), gstring.c and gstring.o. +" + +To install, add -lgraph -lvesa as linker parameters and enable EMXVGA +in term.h + + +To use with DOS, it is necessary to do emxbind -a gnuplot.exe -acim.