README.md update ocaml version to 4.04 (#9)

This commit is contained in:
Davide Gessa 2017-04-03 16:33:46 +02:00 committed by Benjamin Canou
parent 329b72d1aa
commit 9628ff0c2d

View File

@ -11,7 +11,7 @@ See https://www.tezos.com/ for more information about the project.
Build instructions Build instructions
------------------ ------------------
To compile Tezos, you need an OCaml compiler (version 4.03.0) and all the To compile Tezos, you need an OCaml compiler (version 4.04.0) and all the
libraries listed in `src/tezos-deps.opam`. libraries listed in `src/tezos-deps.opam`.
The best way to install all dependencies is by first installing The best way to install all dependencies is by first installing
@ -23,7 +23,7 @@ configuration related to your project. This is necessary so that the project
doesn't conflict with other OCaml projects or other versions of Tezos. doesn't conflict with other OCaml projects or other versions of Tezos.
``` ```
opam switch tezos --alias-of 4.03.0 opam switch tezos --alias-of 4.04.0
``` ```
Activate the new switch: Activate the new switch: