Installing MPEG4IP
Pre-Installation
Ensure the following packages are installed.
For RHEL 4, use up2date -i package-name.
For RHEL 5 or Fedora 10, use yum install package-name.
Packages:
- libtool
- SDL-devel
- gcc-c++
Installation
- First download the latest available release from http://sourceforge.net/projects/mpeg4ip/; currently it is 1.5.0.1.
- Unpack the tar:
tar xvfz mpeg4ip-1.5.0.1.tar.gz - Move to the installed directory:
cd mpeg4ip-1.5.0.1 - Run:
./bootstrap - Run:
make - Run (as root):
make install