twelve17 / openalpr-ios

Xcode Framework for the openalpr library
GNU General Public License v3.0
116 stars 35 forks source link

Got the problem to run bundle exec ./bin/build_frameworks.rb #34

Closed zhouhao27 closed 7 years ago

zhouhao27 commented 7 years ago

Error message:

bundler: failed to load command: ./bin/build_frameworks.rb (./bin/build_frameworks.rb) RuntimeError: Dependency 'cmake' is missing. Please install it and try again. See the README.md for details. /Users/zhouhao/Downloads/openalpr-ios-master/bin/build_frameworks.rb:20:in block in check_deps' /Users/zhouhao/Downloads/openalpr-ios-master/bin/build_frameworks.rb:17:ineach' /Users/zhouhao/Downloads/openalpr-ios-master/bin/build_frameworks.rb:17:in check_deps' /Users/zhouhao/Downloads/openalpr-ios-master/bin/build_frameworks.rb:25:in<top (required)>'

I download Cmake.dmg and install. But it's installed in Application folder and there is no command line installed. What should I do ? Thanks.

zhouhao27 commented 7 years ago

Fixed by:

brew install cmake