src/HOL/Nominal/INSTALL
changeset 20127 4ddbf46ef9bd
parent 19983 d649506f40c3
child 20605 56e4bb01fd99
equal deleted inserted replaced
20126:282165caaeaf 20127:4ddbf46ef9bd
     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
    37 Isabelle including the Proof-General interface can be started
    37 Isabelle including the Proof-General interface can be started
    38 
    38 
    39   Isabelle -L HOL-Nominal <<theory file to be opened>> &
    39   Isabelle -L HOL-Nominal <<theory file to be opened>> &
    40 
    40 
    41 This automatically loads the correct keyword file needed
    41 This automatically loads the correct keyword file needed
    42 for the nominal datatype package. 
    42 for the nominal datatype package.