From 5b7009423318c50848edfdce527504ebe9234153 Mon Sep 17 00:00:00 2001 From: Bruno B Date: Thu, 22 Feb 2018 13:39:46 +0000 Subject: [PATCH] Update compiler version: 4.06.0 -> 4.06.1 --- docs/introduction/howto.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction/howto.rst b/docs/introduction/howto.rst index 267d1b972..86d2740bf 100644 --- a/docs/introduction/howto.rst +++ b/docs/introduction/howto.rst @@ -4,7 +4,7 @@ How to build and run Build instructions ------------------ -To compile Tezos, you need an OCaml compiler (version 4.06.0) and all +To compile Tezos, you need an OCaml compiler (version 4.06.1) and all the libraries listed in the various ``tezos-*.opam`` files. The best way to install all dependencies is by first installing @@ -19,7 +19,7 @@ projects or other versions of Tezos. :: opam update - opam switch "tezos" --alias-of 4.06.0 + opam switch "tezos" --alias-of 4.06.1 Note that if you previously created a switch named ``tezos`` but with an older OCaml version you need to remove the switch with