From 1ec945fa4b066eea2ec6fd368160c0f90a903415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sat, 23 Mar 2019 14:46:57 +0100 Subject: [PATCH] Installation commands (temporary) --- src/ligo/README_INSTALL | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/ligo/README_INSTALL diff --git a/src/ligo/README_INSTALL b/src/ligo/README_INSTALL new file mode 100644 index 000000000..ae7f25a0a --- /dev/null +++ b/src/ligo/README_INSTALL @@ -0,0 +1,11 @@ +sudo apt install libev-dev libhidapi-dev +opam init +opam switch create toto ocaml-base-compiler.4.06.1 +opam repository add new-tezos https://gitlab.com/gabriel.alfour/new-tezos-opam-repository.git +# si une build a déjà été tentée, il vaut mieux git add tout ce qui est utile et git clean -dfx pour supprimer tout le reste (dune 1.7 crée des fichiers non compatibles avec dune 1.6) +cd src/lib_utils && opam install . +cd src/ligo/ligo-parser && opam install . +cd src/ligo && opam install . +opam install merlin +opam user-setup install +