INSTALL
changeset 3117 74c1b51c1cd9
parent 2772 263c0c212dfe
child 3263 124bb367dc0e
equal deleted inserted replaced
3116:b890bae4273e 3117:74c1b51c1cd9
    15 1. Unpacking
    15 1. Unpacking
    16 ------------
    16 ------------
    17 
    17 
    18 Unpacking the Isabelle distribution archive (using tar and gzip)
    18 Unpacking the Isabelle distribution archive (using tar and gzip)
    19 leaves you with some directory IsabelleYY-X. You may install this
    19 leaves you with some directory IsabelleYY-X. You may install this
    20 anywhere, but please just *not* as ~/isabelle!
    20 anywhere, but please just *not* as ~/isabelle!!!
    21 
    21 
    22 The place where you put the contents of IsabelleYY-X will be referred
    22 The place where you put the contents of IsabelleYY-X will be referred
    23 to as [ISABELLE_HOME] subsequently.
    23 to as [ISABELLE_HOME] subsequently.
    24 
    24 
    25 
    25 
    39 Before actual compilation you have to tell Isabelle about your
    39 Before actual compilation you have to tell Isabelle about your
    40 Standard ML system.  These settings reside in ./etc/settings, which
    40 Standard ML system.  These settings reside in ./etc/settings, which
    41 may be also overridden by ~/isabelle/etc/settings. There are already
    41 may be also overridden by ~/isabelle/etc/settings. There are already
    42 various sample configurations in ./etc/settings commented out.
    42 various sample configurations in ./etc/settings commented out.
    43 
    43 
    44 To build the core Isabelle/Pure, now just type:
    44 To build the core Isabelle/Pure and the default object-logic, just
       
    45 type:
    45 
    46 
    46   ./build
    47   ./build
    47 
    48 
    48 Objects logics can be made similarly, e.g.:
    49 More object-logics can be made similarly:
    49 
    50 
    50   ./build FOL HOL
    51   ./build FOL HOL
    51 
    52 
    52 
    53 
    53 4. Running the system
    54 4. Running the system