ruby-barcodescanner icon indicating copy to clipboard operation
ruby-barcodescanner copied to clipboard

Installing on Ubuntu 10.x

Open johan-- opened this issue 14 years ago • 0 comments

After installing libmagick++-dev on Ubuntu (sudo apt-get install libmagick++-dev), one has to edit ext/extconf.rb as follows to include the correct path to Magick++.h:

line 10: $CPPFLAGS = $CPPFLAGS + ' ' + "-I/usr/include/ImageMagick -I/opt/local/include -I/usr/local/include"

rgrds,

Johan

johan-- avatar Jan 10 '11 09:01 johan--