Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Last active May 11, 2017 14:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianchen06/28052850ab52be9960d6 to your computer and use it in GitHub Desktop.
Save ianchen06/28052850ab52be9960d6 to your computer and use it in GitHub Desktop.
Install MP4Box on CentOS 6
# Install MP4Box on Centos 6
git clone https://github.com/gpac/gpac
git checkout 97eaffd
./configure
make all
sudo make install-lib install
echo "/usr/local/lib" >> /etc/ld.so.conf.d/gpac.conf
sudo /sbin/ldconfig
@rghose
Copy link

rghose commented May 11, 2017

or you can do yum install, as documented here: http://rahul-ghose.blogspot.com/2017/05/install-mp4-box-on-centos.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment