changeset 6603:0ed775c35bec octave-forge

Added notes about gnuplot and aquaterm. I still need to add a method to build aquaterm in the script properly.
author rovitotv
date Tue, 19 Jan 2010 10:43:18 +0000
parents 6daf485f9bc8
children 28874f1c8964
files admin/MacOSX/Octave.app/create-3.2.3-ForSnowLeopardgFortran.sh
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admin/MacOSX/Octave.app/create-3.2.3-ForSnowLeopardgFortran.sh	Tue Jan 19 09:55:00 2010 +0000
+++ b/admin/MacOSX/Octave.app/create-3.2.3-ForSnowLeopardgFortran.sh	Tue Jan 19 10:43:18 2010 +0000
@@ -500,6 +500,10 @@
   cd $vpwd
 }
 
+# For gnuplot to work well we should build AquaTerm from SourceForge and make
+# sure gnuplot builds with AquaTerm support.  Read the INSTALL file and make sure
+# to make the sym links so gnuplot will find AquaTerm.  If AquaTerm is not included
+# then make sure the following is added to ~/.octaverc "setenv ("GNUTERM", "x11")".
 create_gnuplot() {
   vgnuplot=(gnuplot-4.2.6.tar.gz c10468d74030e8bed0fd6865a45cf1fd)
   tar -C ./work -vxzf ./work/${vgnuplot[0]} >> $vmsg 2>&1