diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-12-17 19:17:11 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-12-17 19:17:11 (GMT) |
commit | 52655b3b5f910fbdd8f6eddbf222bb2b18633f59 (patch) | |
tree | 5829d429951e98f0ce0d25156c0551d7c793f001 /doc | |
parent | ee2cdb6489121ab5f77522053fd4142fb06a6f2b (diff) |
-fno-strict-aliasing fix for GCC bug & link to wikibooks build instructions.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testing.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index 67d14ba..4623a96 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -96,3 +96,9 @@ log as well as your sysinfo.txt file, as well as running 'ldd' against your binaries, to make sure that the proper versions of libraries are getting compiled and linked with the test binaries. +7. Other issues + +The OpenSCAD User Manual has a section on buildling. Check there for updates: + +http://en.wikibooks.org/wiki/OpenSCAD_User_Manual + |