Skip to content

Commit 6ddaf6f

Browse files
committed
Make it clearer that HOL master should be used
1 parent 9948c0a commit 6ddaf6f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CakeML is a verified implementation of a significant subset of
55
Standard ML.
66

77
The source and proofs for CakeML are developed in the [HOL4 theorem
8-
prover](http://hol-theorem-prover.org). We use the latest development
8+
prover](http://hol-theorem-prover.org). We use the latest master
99
version of [HOL4](https://github.com/HOL-Theorem-Prover/HOL), which we
1010
build on [PolyML 5.7.1](http://www.polyml.org).
1111
Example build instructions can be found in

build-instructions.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ make install
2626

2727
## build HOL
2828
cd
29-
git clone https://github.com/HOL-Theorem-Prover/HOL
29+
git clone https://github.com/HOL-Theorem-Prover/HOL -b master
3030
cd HOL
31-
## optionally switch to a released version, e.g., kananaskis-11
32-
# git checkout kananaskis-11
3331
## note: currently, we only aim to ensure that
3432
## CakeML branch master builds on HOL branch master
3533
poly --script tools/smart-configure.sml

readmePrefix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CakeML is a verified implementation of a significant subset of
55
Standard ML.
66

77
The source and proofs for CakeML are developed in the [HOL4 theorem
8-
prover](http://hol-theorem-prover.org). We use the latest development
8+
prover](http://hol-theorem-prover.org). We use the latest master
99
version of [HOL4](https://github.com/HOL-Theorem-Prover/HOL), which we
1010
build on [PolyML 5.7.1](http://www.polyml.org).
1111
Example build instructions can be found in

0 commit comments

Comments
 (0)