Changes between Version 6 and Version 7 of CentosCompilationGuide


Ignore:
Timestamp:
01/16/2012 07:33:01 AM (16 months ago)
Author:
llogan
Comment:

erase make _after_ using it to uninstall packages

Legend:

Unmodified
Added
Removed
Modified
  • CentosCompilationGuide

    v6 v7  
    168168== Reverting changes made by this guide == 
    169169{{{ 
    170 # yum erase gcc git make nasm pkgconfig wget 
    171170cd ~/ffmpeg-source/yasm-1.2.0 
    172171# make uninstall 
     
    186185# make uninstall 
    187186rm -rf ~/ffmpeg-source 
     187# yum erase gcc git make nasm pkgconfig wget 
    188188}}} 
    189189