From: Per P. <per...@us...> - 2004-06-15 22:41:34
|
Update of /cvsroot/octave/octave-forge/extra/MacOSX In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15778 Modified Files: README Log Message: Update to reflect current status. Index: README =================================================================== RCS file: /cvsroot/octave/octave-forge/extra/MacOSX/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- README 21 Nov 2002 14:49:34 -0000 1.1 +++ README 15 Jun 2004 22:41:25 -0000 1.2 @@ -2,26 +2,13 @@ image.m ------- -This file will use 'convert' to turn an image into TIFF format and then send it to Preview.app (or your viewer of choice). If that fails, it will fallback to try the standard X11 viewers. - -'convert' is part of the ImageMagick suite, but can be installed on its own, see - - http://darkwing.uoregon.edu/~koch/texshop/conversion.html - - -figure.m --------- -This file will set plot output to the viewer set by environment variable GNUTERM, its main purpose is to send plots to AquaTerm instead of an XTerm window. Add 'setenv GNUTERM aqua' to your .cshrc file to make AquaTerm the default. +This file will use 'convert' to turn an image into TIFF format and then send it to Preview.app (or your viewer of choice). If that fails, it will fall back to the standard X11 viewers. -For more info about AquaTerm, see +'convert' is part of the ImageMagick suite, see http://www.imagemagick.org/ - http://aquaterm.sf.net - - -With the combination of image.m and figure.m you do not need to have an X11 installation to run octave. doc/ofosx.tex -------------- This is a document that details the Mac OS X port of octave and octave-forge to some extent. ---- Work in progress --- +(The document is now (2004-04-15) mostly of archeological interest...) \ No newline at end of file |