Changes between Version 3 and Version 4 of UbuntuCompilationGuideHardy


Ignore:
Timestamp:
07/25/2012 01:39:41 AM (10 months ago)
Author:
llogan
Comment:

explicitly list pkg-config as dependency

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuCompilationGuideHardy

    v3 v4  
    1717sudo apt-get update 
    1818sudo apt-get -y install build-essential git-core checkinstall texi2html libfaac-dev \ 
    19   libsdl1.2-dev libvorbis-dev libx11-dev libxext-dev libxfixes-dev zlib1g-dev 
     19  libsdl1.2-dev libvorbis-dev libx11-dev libxext-dev libxfixes-dev pkg-config zlib1g-dev 
    2020}}} 
    2121 
     
    2424sudo apt-get update 
    2525sudo apt-get -y install build-essential git-core checkinstall texi2html libfaac-dev \ 
    26   libvorbis-dev zlib1g-dev 
     26  libvorbis-dev pkg-config zlib1g-dev 
    2727}}} 
    2828 
     
    121121sudo apt-get update 
    122122sudo apt-get -y install build-essential git-core checkinstall texi2html libfaac-dev \ 
    123   libsdl1.2-dev libvorbis-dev libx11-dev libxext-dev libxfixes-dev zlib1g-dev 
     123  libsdl1.2-dev libvorbis-dev libx11-dev libxext-dev libxfixes-dev pkg-config zlib1g-dev 
    124124}}} 
    125125