leafo / magick

Lua bindings to ImageMagick for LuaJIT using FFI
401 stars 79 forks source link

Got 'magick.wand.lib' not found error. #31

Closed adel-s closed 8 years ago

adel-s commented 8 years ago

After install sudo apt-get install luajit sudo apt-get install libmagickwand-dev sudo apt-get install luarocks luarocks install magick

here is error: local _obj_0 = require("magick.wand.lib")

stack traceback: [C]: in function 'require' /usr/local/lib/lua/magick.lua:5: in main chunk [C]: in function 'require'

I can't find magick.wand.lib in my system. How to make it work?

adel-s commented 8 years ago

Sorry, my mistake.