diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-19 13:10:33 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-19 13:10:33 (GMT) |
commit | 5d31f56d9313dcaa8f2304819b7d54ff9aaaf01a (patch) | |
tree | b34dfb613c722baf7a50e24acfcb34c6f042aa1c /doc | |
parent | a9045315baac2e8bd24428668cfa88f116984af7 (diff) |
look for EIGENDIR env var. (also look for EIGEN2DIR for backwards compatability)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/testing.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index 8ab1cee..bbd7c18 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -85,7 +85,7 @@ Some versions of Xvfb may fail, however. 1. Trouble finding libraries on unix - To help CMAKE find eigen2, OpenCSG, CGAL, Boost, and GLEW, you can use + To help CMAKE find eigen, OpenCSG, CGAL, Boost, and GLEW, you can use environment variables, just like for the main qmake & openscad.pro. Examples: OPENSCAD_LIBRARIES=$HOME cmake . @@ -93,7 +93,7 @@ Some versions of Xvfb may fail, however. Valid variables are as follows: - BOOSTDIR, CGALDIR, EIGEN2DIR, GLEWDIR, OPENCSGDIR, OPENSCAD_LIBRARIES + BOOSTDIR, CGALDIR, EIGENDIR, GLEWDIR, OPENCSGDIR, OPENSCAD_LIBRARIES When running, this might help find your locally built libraries (assuming you installed into $HOME) |