diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-12-20 22:12:49 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-12-20 22:12:49 (GMT) |
commit | 799bb20d38f12f964f7ff3eba6575719a4530097 (patch) | |
tree | 675a397e53a4d62b622ec7ea619d4bf6dabd6e99 | |
parent | 76923ebd9afff61d8e5e4889ac23ebf5c430227c (diff) |
mention BSD. clarify language slightly
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,7 +80,7 @@ numbers in brackets specify the versions which have been used for development. Other versions may or may not work as well. If you're using a newer version of Ubuntu, you can install these -libraries from aptitude. If you're using Mac, or an older Linux, there +libraries from aptitude. If you're using Mac, or an older Linux/BSD, there are build scripts that download and compile the libraries from source. Follow the instructions for the platform you're compiling on below. @@ -147,7 +147,7 @@ dependencies, check their versions. You can run this script to help you: If all dependencies are present and of a high enough version, skip ahead to the Compilation instructions. If some are missing or old, then you -can download and build them into $HOME/openscad_deps as follows +can download and build dependencies into $HOME/openscad_deps as follows: source ./scripts/setenv-unibuild.sh ./scripts/uni-build-dependencies.sh |