Skip to content

Commit 69fdaf8

Browse files
committed
updated to use 4.01.0 release
Signed-off-by: Andrew Miller <[email protected]>
1 parent e58f6dc commit 69fdaf8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ OCAMLBIN = $(BINDIR)
2727

2828
# Compilation
2929
#############
30-
OCAMLSRCDIR=../ocaml-trunk
30+
OCAMLSRCDIR=../ocaml-4.01.0
3131
INCLUDES_DEP=-I +compiler-libs -package cryptokit
3232

3333
# Requires unix!

README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Examples of authenticated data structure programs written in lambda-auth:
99
- bintree.ml, skiplist.ml, redblack.ml, blockchain.ml
1010

1111
Requirements:
12-
- OCaml SVN head must be installed, and in particular must exist as the directory "../ocaml-trunk"
12+
- The 4.01.0 release of OCaml head must be installed, and in particular must exist as the directory "../ocaml-4.01.0"
13+
- Additionally, several packages are used (use the OPAM package manager): opam install batteries benchmark cryptokit sha
1314

1415
Build instructions:
1516
- make # builds the compiler

0 commit comments

Comments
 (0)