Skip to content

Instantly share code, notes, and snippets.

@scottwallacesh
Last active October 7, 2016 07:45
Show Gist options
  • Save scottwallacesh/0419ab6809c2743e0e763e421af4aeb1 to your computer and use it in GitHub Desktop.
Save scottwallacesh/0419ab6809c2743e0e763e421af4aeb1 to your computer and use it in GitHub Desktop.
Steps for installing libmediainfo on an old Netgear ReadyNAS Ultra 4
# Install libmms
apt-get install libmms0
# Fetch and compile libmediainfo
cd /c/src
curl -LO https://mediaarea.net/download/binary/libmediainfo0/0.7.89/MediaInfo_DLL_0.7.89_GNU_FromSource.tar.bz2
tar xvfh MediaInfo_DLL_0.7.89_GNU_FromSource.tar.bz2
cd MediaInfo_DLL_GNU_FromSource
./SO_Compile.sh
( cd ZenLib/Project/GNU/Library && make install )
( cd MediaInfoLib/Project/GNU/Library && make install )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment