summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/testing.txt7
-rw-r--r--src/OffscreenContext.h3
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/testing.txt b/doc/testing.txt
index bbd7c18..4e061af 100644
--- a/doc/testing.txt
+++ b/doc/testing.txt
@@ -3,6 +3,9 @@ Running regression tests:
Prerequisites: cmake, python, ImageMagick 6.5.9.3 or newer
+First, get a working qmake GUI build. It is used by the tests.
+Next, get MCAD installed by using 'git submodule init --update'
+
A) Building test environment
Linux, Mac:
@@ -12,9 +15,7 @@ $ make
Windows + MSVC:
-First, get a normal build working by following instructions at
-http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Windows
-Then, from the QT command prompt:
+From the QT command prompt:
> cd tests
> cmake . -DCMAKE_BUILD_TYPE=Release
diff --git a/src/OffscreenContext.h b/src/OffscreenContext.h
index 3fd8921..500832c 100644
--- a/src/OffscreenContext.h
+++ b/src/OffscreenContext.h
@@ -2,9 +2,10 @@
#define OFFSCREENCONTEXT_H_
// Here we implement a 'portability' pattern but since we are mixing
-// Objective-C with C++, it is a bit different than what's found in a textbook.
+// Objective-C with C++, it is a bit different.
#include <iostream>
+#include <fstream>
#include <string>
#include "fbo.h"
contact: Jan Huwald // Impressum