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
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