Changes between Version 3 and Version 4 of CentosCompilationGuide
- Timestamp:
- 12/06/2011 05:39:14 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CentosCompilationGuide
v3 v4 6 6 7 7 == Preparation == 8 === Remove any existing packages === 8 Remove any existing packages: 9 9 {{{ 10 10 # yum erase x264 ffmpeg 11 11 }}} 12 12 13 === Get the dependencies === 13 Get the dependencies: 14 14 {{{ 15 # yum install curlgcc git make nasm pkgconfig wget15 # yum install gcc git make nasm pkgconfig wget 16 16 }}} 17 17 18 === Make a source directory === 19 Make a directory in your home to keep everything organized. 18 Make a source directory: 20 19 {{{ 21 20 mkdir ~/ffmpeg-source


