Skip to content

Commit

Permalink
remove outdated stuff from manual
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg committed Nov 6, 2017
1 parent 3ca8a35 commit 20b2f7e
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions README.md
Expand Up @@ -13,40 +13,12 @@ Zed provides:
* key-binding helpers,
* general purpose unicode rope manipulation functions.

Dependencies
------------

* [OCaml](http://caml.inria.fr/ocaml/) (>= 3.12)
* [findlib](http://projects.camlcity.org/projects/findlib.html)
* [Camomile](http://github.com/yoriyuki/Camomile) (>= 0.8)
* [react](http://erratique.ch/software/react)

For building the development version, you also need to install
[oasis](http://oasis.forge.ocamlcore.org/) (>= 0.3.0).

Installation
------------

To build and install zed:

$ ./configure
$ make
$ make install

### Documentation _(optional)_

To build the documentation:

$ make doc

It will then be installed by `make install`.

### Tests _(optionnal)_

To build and execute tests:
To build and install zed, use opam:

$ ./configure --enable-tests
$ make test
$ opam install zed

Modules
-------
Expand Down

0 comments on commit 20b2f7e

Please sign in to comment.