changeset 3:52c033864347

add build instructions to NOTES file
author John W. Eaton <jwe@octave.org>
date Wed, 22 May 2019 16:21:06 -0400
parents b97ffa8e4019
children 0e154787183d
files NOTES gui-main.cpp
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NOTES	Wed May 22 16:20:52 2019 -0400
+++ b/NOTES	Wed May 22 16:21:06 2019 -0400
@@ -1,3 +1,8 @@
+To build:
+
+  qmake calc.pro
+  make
+
 Current terminal widget:
 
   * Run Octave in a separate thread.  On unixy, interact through pty.
--- a/gui-main.cpp	Wed May 22 16:20:52 2019 -0400
+++ b/gui-main.cpp	Wed May 22 16:21:06 2019 -0400
@@ -11,6 +11,7 @@
 #include <QTextEdit>
 
 #include "gui-main.h"
+#include "main.h"
 
 #include "gui-main.h"
 #include "parse.h"