Last active
May 11, 2017 14:10
-
-
Save ianchen06/28052850ab52be9960d6 to your computer and use it in GitHub Desktop.
Install MP4Box on CentOS 6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or you can do yum install, as documented here: http://rahul-ghose.blogspot.com/2017/05/install-mp4-box-on-centos.html