diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testing.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index e6645fc..e265b96 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -10,6 +10,10 @@ cmake .. make make test +Building on Windows: +Follow http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Building_on_Windows +and build openscad, to verify your setup. Then, from the same command prompt, +run the above commands, but use 'nmake -f Makefile' instead of make Adding a new regression test: ------------------------------ |