List bzip2 as a requirement in README.md

… but not for Homebrew or MacPorts, OS X which apparently ships with it.
This commit is contained in:
Simon Sapin 2014-11-14 19:41:42 +00:00
parent b1eb403382
commit ed9e3078af

View file

@ -32,7 +32,7 @@ On Debian-based Linuxes:
sudo apt-get install curl freeglut3-dev \ sudo apt-get install curl freeglut3-dev \
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \ libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
msttcorefonts gperf g++ cmake python-virtualenv \ msttcorefonts gperf g++ cmake python-virtualenv \
libssl-dev libglfw-dev libssl-dev libglfw-dev libbz2-dev
``` ```
On Fedora: On Fedora:
@ -41,7 +41,7 @@ On Fedora:
sudo yum install curl freeglut-devel libtool gcc-c++ libXi-devel \ sudo yum install curl freeglut-devel libtool gcc-c++ libXi-devel \
freetype-devel mesa-libGL-devel glib2-devel libX11-devel libXrandr-devel gperf \ freetype-devel mesa-libGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
fontconfig-devel cabextract ttmkfdir python python-virtualenv expat-devel \ fontconfig-devel cabextract ttmkfdir python python-virtualenv expat-devel \
rpm-build openssl-devel glfw-devel cmake rpm-build openssl-devel glfw-devel cmake bzip2
pushd . pushd .
cd /tmp cd /tmp
wget http://corefonts.sourceforge.net/msttcorefonts-2.5-1.spec wget http://corefonts.sourceforge.net/msttcorefonts-2.5-1.spec
@ -53,7 +53,7 @@ popd
On Arch Linux: On Arch Linux:
``` sh ``` sh
sudo pacman -S base-devel git python2 python2-virtualenv mesa glfw ttf-font cmake sudo pacman -S base-devel git python2 python2-virtualenv mesa glfw ttf-font cmake bzip2
``` ```
Cross-compilation for Android: Cross-compilation for Android: