Tag: install
-
How to install MP4Box
Install the dependencies first [bash] yum install zlib* freeglut freeglut-devel [/bash] Download the source files, extract, compile and install [bash] wget http://nchc.dl.sourceforge.net/project/gpac/GPAC/GPAC%200.4.5/gpac-0.4.5.tar.gz wget http://nchc.dl.sourceforge.net/project/gpac/GPAC%20extra%20libs/GPAC%20extra%20libs%200.4.5/gpac_extra_libs-0.4.5.tar.gz tar -zxf gpac-0.4.5.tar.gz tar -zxf gpac_extra_libs-0.4.5.tar.gz cd gpac_extra_libs cp -r * ../gpac/extra_lib cd ../gpac chmod +x configure ./configure make lib make apps make install lib make install [/bash] Copy the library…