Admin/build_log/README
changeset 65803 1fdb6ba9d32c
parent 65635 0a025b8496a2
--- a/Admin/build_log/README	Wed May 10 22:20:02 2017 +0200
+++ b/Admin/build_log/README	Wed May 10 22:30:28 2017 +0200
@@ -31,3 +31,21 @@
   ALTER USER isatest with encrypted password '***';
 
   $ createdb -E UTF8 -T template0 --locale=en_US.utf8 -U postgres -O isatest isatest
+
+
+Presentation
+============
+
+- gnuplot from original source, since Linux packages (like Gentoo)
+  often produce bad data interpolation
+
+  http://gnuplot.sourceforge.net/
+  https://sourceforge.net/projects/gnuplot/files/gnuplot/5.0.6/
+
+  $ cd gnuplot-5.0.6
+  $ ./configure
+  $ make
+
+  edit $ISABELLE_HOME_USER/etc/settings
+
+  ISABELLE_GNUPLOT=".../src/gnuplot"