1 |
1 |
2 Installation Notes for the Nominal Datatype Package |
2 Installation Notes for the Nominal Datatype Package |
3 =================================================== |
3 =================================================== |
4 |
4 |
5 Although the nominal datatype package is now officially |
5 Although the nominal datatype package is now officially |
6 part of the development snapshot of Isabelle, we keep |
6 part of the development snapshot of Isabelle, we keep |
7 a semi-official nominal snapshot under |
7 a semi-official nominal snapshot under |
8 |
8 |
9 http://isabelle.in.tum.de/nominal/ |
9 http://isabelle.in.tum.de/nominal/ |
10 |
10 |
11 This snapshot contains the latest stable release of the |
11 This snapshot contains the latest stable release of the |
12 nominal datatype package. |
12 nominal datatype package. |
13 |
13 |
14 To install it, follow the instructions of Isabelle's INSTALL |
14 To install it, follow the instructions of Isabelle's INSTALL |
15 about how a snap-shot can be set up. The building process |
15 about how a snap-shot can be set up. The building process |
16 needs to be started inside the [ISABELLE_HOME] directory with |
16 needs to be started inside the [ISABELLE_HOME] directory with |
17 the command: |
17 the command: |
18 |
18 |
19 ./build -m HOL-Nominal |
19 ./build -m HOL-Nominal |
20 |
20 |
21 After the build completes, install the files with the command |
21 After the build completes, install the files with the command |
22 |
22 |
23 ./bin/isatool install -p /usr/local/bin |
23 ./bin/isatool install -p /usr/local/bin |
24 |
24 |
25 The sources of the nominal datatype package can be found |
25 The sources of the nominal datatype package can be found |
26 in the directory |
26 in the directory |
27 |
27 |
28 [ISABELLE_HOME]/src/HOL/Nominal |
28 [ISABELLE_HOME]/src/HOL/Nominal |
29 |
29 |
30 The examples are in |
30 The examples are in |