Changes between Version 21 and Version 22 of CentosCompilationGuide


Ignore:
Timestamp:
02/27/2013 08:59:55 PM (3 months ago)
Author:
llogan
Comment:

gcc-c++ is needed by fdk-aac

Legend:

Unmodified
Added
Removed
Modified
  • CentosCompilationGuide

    v21 v22  
    1313Get the dependencies: 
    1414{{{ 
    15 # yum install autoconf automake gcc git libtool make nasm pkgconfig wget zlib-devel 
     15# yum install autoconf automake gcc gcc-c++ git libtool make nasm pkgconfig wget zlib-devel 
    1616}}} 
    1717 
     
    185185# make uninstall 
    186186rm -rf ~/ffmpeg-source 
    187 # yum erase autoconf automake gcc git libtool make nasm pkgconfig wget zlib-devel 
     187# yum erase autoconf automake gcc gcc-c++ git libtool make nasm pkgconfig wget zlib-devel 
    188188}}} 
    189189