hackerdude / mediainfo-ruby

A gem to use the mediainfolib shared libraries directly
7 stars 7 forks source link

MediaInfoDLL/MediaInfoDLL.h: No such file or directory #2

Closed NeMO84 closed 13 years ago

NeMO84 commented 13 years ago

This issue was stopping me from installing mediainfo-ruby even though I had successfully installed mediainfo. The problem was that the

gem install mediainfo-ruby

needed the mediainfo dev files. So,

apt-get install libmediainfo0-dev

added the required files. This would be a good thing to add to the readme or somewhere.

For ubuntu users: I was able to add ppa:shiki/mediainfo into my repositories via the repository manager and then run apt-get install mediainfo. Check here to see if your version is supported: https://launchpad.net/~shiki/+archive/mediainfo

NeMO84 commented 13 years ago

Added the above to help others. Closing now.