From 9628ff0c2d9e96bdf8c047f800b70041db09e826 Mon Sep 17 00:00:00 2001 From: Davide Gessa Date: Mon, 3 Apr 2017 16:33:46 +0200 Subject: [PATCH] README.md update ocaml version to 4.04 (#9) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d60648cd..633955b86 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See https://www.tezos.com/ for more information about the project. 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`. 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. ``` -opam switch tezos --alias-of 4.03.0 +opam switch tezos --alias-of 4.04.0 ``` Activate the new switch: