author | wenzelm |
Sat, 11 Jul 2020 16:58:38 +0200 | |
changeset 72019 | 940195fbb282 |
parent 67583 | c933a5d4e1ee |
child 72061 | 0f2ff88f823e |
permissions | -rw-r--r-- |
51061 | 1 |
Notes on building Poly/ML as Isabelle component |
2 |
=============================================== |
|
3 |
||
65880 | 4 |
* component skeleton: |
66846
c04f46a6f29d
back to build_polyml_component according to 54c6ec4166a4 (amending 808e6ddb5a50);
wenzelm
parents:
66761
diff
changeset
|
5 |
$ isabelle build_polyml_component -s sha1 component |
51061 | 6 |
|
65880 | 7 |
* include full source (without symlink), for example: |
8 |
$ wget https://github.com/polyml/polyml/archive/master.zip |