diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2012-12-21 16:21:24 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2012-12-21 16:21:24 (GMT) |
commit | bb317292c005679415f735e571fed17546bbf2d0 (patch) | |
tree | 7d9e4038edca0a67af51844afd0acdd800f7d7db /scripts/check-dependencies.sh | |
parent | ef72f6fa7d3e55e11d6b7efdcee339a9cb12d5a8 (diff) |
revise ubuntu / debian detection, dont try to detect version. check libgmp3-dev
Diffstat (limited to 'scripts/check-dependencies.sh')
-rwxr-xr-x | scripts/check-dependencies.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/check-dependencies.sh b/scripts/check-dependencies.sh index f1a16b8..5e337c1 100755 --- a/scripts/check-dependencies.sh +++ b/scripts/check-dependencies.sh @@ -593,6 +593,7 @@ main() #deps="$deps python" # needs work, only needed for tests #deps="$deps imagemagick" # needs work, only needed for tests #deps="eigen glew opencsg" # debug + deps=glew pretty_print title for dep in $deps; do debug "processing $dep" |