diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-10-15 20:48:41 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-10-15 20:48:41 (GMT) |
commit | 17ccbace5ff035c156bc49042eab7af2c584b6aa (patch) | |
tree | 95848e2fa1de19f1aeafdc14e523e66a8a358cc8 /doc/testing.txt | |
parent | 55f4a6150f4f8bc6fe5c3c17d3d38c73efefe9f2 (diff) |
improve documentation. move EIGEN_DONT_ALIGN to makefile. win32 build fixes.
Diffstat (limited to 'doc/testing.txt')
-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: ------------------------------ |