src/Tools/isac/ROOT
author Walther Neuper <neuper@ist.tugraz.at>
Sun, 22 Jun 2014 15:22:30 +0200
changeset 55460 ee6ffa1fc437
parent 55280 da94f954cfe6
child 55472 3b93a3fae554
permissions -rw-r--r--
CLEANUP since cf8879216db3
neuper@52062
     1
(*  Title:  create a heap image for isac on Isabelle2013
neuper@52062
     2
    Author: Walther Neuper, TU Graz, 130715
neuper@52062
     3
   (c) due to copyright terms
neuper@52062
     4
neuper@52062
     5
$ cd /usr/local/isabisac/
neuper@55280
     6
$ ./bin/isabelle build -v -b Isac
neuper@52139
     7
neuper@55280
     8
see ~~/etc/settings
neuper@52139
     9
  ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
neuper@52139
    10
before out-outcommenting (*, browser_info = true*) below and ...
neuper@52139
    11
$ ./bin/isabelle build -o browser_info -v -c HOL
neuper@55460
    12
$ ./bin/isabelle build -o browser_info -d src/Tools/isac/ -v -b Isac     ERROR: duplicate session Isac ?!?
neuper@52062
    13
*)
neuper@52062
    14
neuper@52062
    15
session Isac in "~~/src/Tools/isac" = HOL +
neuper@52062
    16
  description {*
neuper@52062
    17
    Isac core, prototype of a math-engine and knowledge 
neuper@52062
    18
    for a TP-based educational mathematics assistant.
neuper@52062
    19
neuper@52062
    20
    The java front-end is under development at TU Graz,
neuper@52062
    21
    the PolyML math-engine and Isabelle knowledge at RISC Linz.
neuper@52062
    22
    See http://www.ist.tugraz.at/isac/.
neuper@52062
    23
  *}
neuper@52139
    24
  options [document = false (*, browser_info = true*)]
neuper@52062
    25
  theories Build_Isac