Changes between Version 3 and Version 4 of UbuntuCompilationGuideHardy
- Timestamp:
- 07/25/2012 01:39:41 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuCompilationGuideHardy
v3 v4 17 17 sudo apt-get update 18 18 sudo 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-dev19 libsdl1.2-dev libvorbis-dev libx11-dev libxext-dev libxfixes-dev pkg-config zlib1g-dev 20 20 }}} 21 21 … … 24 24 sudo apt-get update 25 25 sudo apt-get -y install build-essential git-core checkinstall texi2html libfaac-dev \ 26 libvorbis-dev zlib1g-dev26 libvorbis-dev pkg-config zlib1g-dev 27 27 }}} 28 28 … … 121 121 sudo apt-get update 122 122 sudo 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-dev123 libsdl1.2-dev libvorbis-dev libx11-dev libxext-dev libxfixes-dev pkg-config zlib1g-dev 124 124 }}} 125 125


