Могу ли я использовать ZBar в Ruby на Windows?
Я пытаюсь использовать https://github.com/willglynn/ruby-zbar драгоценный камень, но когда require 'zbar'
я вижу эту ошибку:
LoadError: Didn't find libzbar on your system
Searched in "/{opt,usr}/{,local/}lib{,64}/{,x86_64-linux-gnu/,i386-linux-gnu/}libzbar.{dylib,so*}"
Please install zbar (http://zbar.sourceforge.net/) or set ZBAR_LIB if it's in aweird place
FFI::Library::ffi_lib() failed with error: Could not open library 'C:\ZBar\bin\libzbar-0.dll'
: The operation completed successfully.
Я установил ZBar в c:\ZBar
, а libzbar-0.dll
в C:\ZBar\bin
Я использую jruby-9.1.13.0
и zbar-0.3.0