aboutsummaryrefslogtreecommitdiff
path: root/dev/doc
diff options
context:
space:
mode:
authorClément Pit-Claudel2019-06-27 15:00:18 -0400
committerClément Pit-Claudel2019-06-27 15:00:18 -0400
commita4f6189978b15df8ce4cc8c8fcb8acb6f069ee8e (patch)
tree9c04fddc4cb22584c9b92bcd81e0082dcf82b4ed /dev/doc
parentb7c85c2ebe8375232719cd2d61e55daef9b4a358 (diff)
parente239ac13a8329f3be679e0b9d61778b4ad89de12 (diff)
Merge PR #10443: Fix dev/doc/README.md by removing redundant, outdated info.
Reviewed-by: cpitclaudel
Diffstat (limited to 'dev/doc')
-rw-r--r--dev/doc/README.md24
1 files changed, 3 insertions, 21 deletions
diff --git a/dev/doc/README.md b/dev/doc/README.md
index c764455aed..bc281e0d94 100644
--- a/dev/doc/README.md
+++ b/dev/doc/README.md
@@ -2,27 +2,9 @@
## Getting dependencies
-Assuming one is running Ubuntu (if not, replace `apt` with the package manager of choice)
-
-```
-$ sudo apt-get install make opam git
-
-# At the time of writing, <latest-ocaml-version> is 4.07.0.
-# The latest version number is available at: https://ocaml.org/releases/
-
-$ opam init --comp <latest-ocaml-version>
-
-# Then follow the advice displayed at the end as how to update your
- ~/.bashrc and ~/.ocamlinit files.
-
-$ source ~/.bashrc
-
-# needed if you want to build "coqide" target
-
-$ sudo apt-get install liblablgtksourceview2-ocaml-dev \
- libgtk2.0-dev libgtksourceview2.0-dev
-$ opam install lablgtk
-```
+See the first section of [`INSTALL`](../../INSTALL). Developers are
+recommended to use a recent OCaml version, which they can get through
+opam or Nix, in particular.
## Building `coqtop`
The general workflow is to first setup a development environment with