add build instructions for Debian 8

Summary:
I was able to build infer on a clean Debian 8 Jessie chroot with the packages above.

Possibly some packages might be added to other Debian-based distros, I can followup with another PR.
Closes https://github.com/facebook/infer/pull/404

Reviewed By: jberdine

Differential Revision: D3613040

Pulled By: jvillard

fbshipit-source-id: 5ec00ba
master
Filippo Giunchedi 8 years ago committed by Facebook Github Bot 1
parent 7c3110b76f
commit 5eff224e0e

@ -118,6 +118,29 @@ sudo apt-get install -y \
zlib1g-dev
```
### Debian 8
```sh
sudo apt install -y \
autoconf \
automake \
build-essential \
git \
libgmp-dev \
libmpc-dev \
libmpfr-dev \
m4 \
openjdk-7-jdk \
unzip \
zlib1g-dev \
opam \
rsync \
pkg-config \
libncurses-dev \
python \
aspcud
```
### Ubuntu 12.04.4 LTS
```sh

Loading…
Cancel
Save