From a0f19fd4da20f95918919e976fbd8ff87df83857 Mon Sep 17 00:00:00 2001 From: Etienne Millon Date: Tue, 5 Jul 2022 10:47:06 +0200 Subject: [PATCH] Doc: only mention dependencies in the opam file --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 504fcb1..0a9537d 100644 --- a/README.md +++ b/README.md @@ -20,22 +20,8 @@ The easiest and recommended way of installing utop is via $ opam install utop -If you want to build it manually, you should install all the -dependencies listed in the next section. - -Dependencies ------------- - -* [OCaml](http://caml.inria.fr/ocaml/) (>= 4.03.0) -* [Dune](http://github.com/ocaml/dune) -* [findlib](http://projects.camlcity.org/projects/findlib.html) (>= 1.4.0) -* [cppo](http://mjambon.com/cppo.html) (>= 1.0.1) -* [react](http://erratique.ch/software/react) -* [lwt](http://ocsigen.org/lwt/) (>= 2.4.0) built with react support -* [Camomile](http://github.com/yoriyuki/Camomile) (>= 0.8) -* [zed](http://github.com/ocaml-community/zed) (>= 3.0) -* [lambda-term](http://github.com/ocaml-community/lambda-term) (>= 3.0) -* [mew\_vi](http://github.com/kandu/mew_vi) +If you want to build it manually, refer to the opam file which lists the +dependencies. Installation from sources -------------------------