From 56698c1b6411c0bd5bcef097ab74b4baa2e4df9a Mon Sep 17 00:00:00 2001 From: Dmitry Boulytchev Date: Wed, 14 Feb 2018 15:58:05 +0300 Subject: [PATCH] Added README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1dfde115..e2e51686a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # compiler-workout -Supplementary repository for compiler course + +Supplementary repository for compiler course. + +Prerequisites: ocaml [http://ocaml.org], opam [http://opam.ocaml.org]. + +Building: + +* `opam pin add GT https://github.com/dboulytchev/GT.git` +* `opam pin add ostap https://github.com/dboulytchev/ostap.git` +* `opam install ostap` +* `opam install GT` +* To build the sources: `make` from the top project directory +* To test: `test.sh` from `regression` subfolder + +