From 77ed135493ab9e9b4edd27f430bc5216430ba2bd Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 19 Apr 2017 22:30:30 +0200 Subject: [PATCH] add a comment about contributing (close #106); update makefile --- Makefile | 2 +- README.adoc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 296149db..2775f558 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ update_next_tag: devel: ./configure --enable-bench --enable-tests --enable-unix \ - --enable-bigarray --enable-thread --enable-advanced + --enable-thread make all watch: diff --git a/README.adoc b/README.adoc index d9451e23..41b378f3 100644 --- a/README.adoc +++ b/README.adoc @@ -143,6 +143,9 @@ A few guidelines: - add `@since` tags for new functions; - add tests if possible (using `qtest`). +It is helpful to run `make devel` to enable everything. Some dependencies +are required, you'll need `opam install benchmark qcheck qtest sequence`. + Powered by image:http://oasis.forge.ocamlcore.org/oasis-badge.png[alt="OASIS", style="border: none;", link="http://oasis.forge.ocamlcore.org/"] [[tutorial]]