Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added libbz2-dev to Debian based prerequisites #4042

Merged
merged 2 commits into from Nov 20, 2014
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Added bzip to Fedora and Arch prereqs

  • Loading branch information
mttr committed Nov 20, 2014
commit 3b40b51a818b2d05406eeb3732c42227fa1e0937
@@ -37,7 +37,7 @@ On Fedora:
sudo yum install curl freeglut-devel libtool gcc-c++ libXi-devel \
freetype-devel mesa-libGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
fontconfig-devel cabextract ttmkfdir python python-virtualenv expat-devel \
rpm-build openssl-devel cmake
rpm-build openssl-devel cmake bzip2
pushd .
cd /tmp
wget http://corefonts.sourceforge.net/msttcorefonts-2.5-1.spec
@@ -49,7 +49,7 @@ popd
On Arch Linux:

``` sh
sudo pacman -S base-devel git python2 python2-virtualenv mesa ttf-font cmake
sudo pacman -S base-devel git python2 python2-virtualenv mesa ttf-font cmake bzip2
```

Cross-compilation for Android:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.