[doc] update install instructions

Summary: Ubuntu 12 is ancient, so delete the instructions for that.

Reviewed By: mbouaziz

Differential Revision: D6089203

fbshipit-source-id: aefd13b
master
Jules Villard 8 years ago committed by Facebook Github Bot
parent e23153c1d9
commit 9823841aba

@ -115,6 +115,7 @@ sudo apt-get install -y \
libgmp-dev \ libgmp-dev \
libmpc-dev \ libmpc-dev \
libmpfr-dev \ libmpfr-dev \
libsqlite3-dev \
m4 \ m4 \
openjdk-7-jdk \ openjdk-7-jdk \
pkg-config \ pkg-config \
@ -134,7 +135,9 @@ sudo apt install -y \
libgmp-dev \ libgmp-dev \
libmpc-dev \ libmpc-dev \
libmpfr-dev \ libmpfr-dev \
libsqlite3-dev \
m4 \ m4 \
opam \
openjdk-7-jdk \ openjdk-7-jdk \
unzip \ unzip \
zlib1g-dev \ zlib1g-dev \
@ -146,38 +149,10 @@ sudo apt install -y \
aspcud aspcud
``` ```
### Ubuntu 12.04.4 LTS
```sh
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y \
autoconf \
automake \
build-essential \
g++-4.8 \
gcc-4.8 \
git \
libgmp-dev \
libmpc-dev \
libmpfr-dev \
m4 \
openjdk-7-jdk \
pkg-config \
python-software-properties \
unzip \
zlib1g-dev
sudo update-alternatives \
--install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 \
--slave /usr/bin/g++ g++ /usr/bin/g++-4.8
```
### Setting up opam ### Setting up opam
Unfortunately, the version of opam that ships with some Linux Get opam from your distribution, or from the
distributions is broken, so you'll have to get it from the [opam website](http://opam.ocaml.org/doc/Install.html#Binarydistribution).
[web](http://opam.ocaml.org/doc/Install.html#Binarydistribution).
The OCaml dependencies needed by Infer are automatically handled by The OCaml dependencies needed by Infer are automatically handled by
opam when running `./build-infer.sh`. opam when running `./build-infer.sh`.

Loading…
Cancel
Save