File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CakeML is a verified implementation of a significant subset of
55Standard ML.
66
77The 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
99version of [ HOL4] ( https://github.com/HOL-Theorem-Prover/HOL ) , which we
1010build on [ PolyML 5.7.1] ( http://www.polyml.org ) .
1111Example build instructions can be found in
Original file line number Diff line number Diff line change @@ -26,10 +26,8 @@ make install
2626
2727# # build HOL
2828cd
29- git clone https://github.com/HOL-Theorem-Prover/HOL
29+ git clone https://github.com/HOL-Theorem-Prover/HOL -b master
3030cd 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
3533poly --script tools/smart-configure.sml
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CakeML is a verified implementation of a significant subset of
55Standard ML.
66
77The 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
99version of [HOL4](https://github.com/HOL-Theorem-Prover/HOL), which we
1010build on [PolyML 5.7.1](http://www.polyml.org).
1111Example build instructions can be found in
You can’t perform that action at this time.
0 commit comments