more hints on building and running Isabelle/jEdit from command line;
authorwenzelm
Mon, 08 Nov 2010 17:44:47 +0100
changeset 40442 19faffbe5066
parent 40441 0813106a699d
child 40443 41c32616298c
child 40445 65bd37d7d501
more hints on building and running Isabelle/jEdit from command line;
src/Tools/jEdit/README_BUILD
--- a/src/Tools/jEdit/README_BUILD	Mon Nov 08 14:41:11 2010 +0100
+++ b/src/Tools/jEdit/README_BUILD	Mon Nov 08 17:44:47 2010 +0100
@@ -36,8 +36,26 @@
   Netbeans Library "Scala-compiler" = $SCALA_HOME/lib/scala-compiler.jar
 
 
-Running the application within Netbeans
-=======================================
+Building and running from command line (recommended)
+====================================================
+
+* Manual build:
+
+  ( cd "$HOME/isabelle/repos/src/Pure" && isabelle env ./build-jars )
+  ant jar
+  makedist -j "$HOME/lib/jedit-4.3.2"  #location of original jedit distribution
+
+* Component setup, e.g. in $ISABELLE_HOME_USER/.isabelle/etc/settings:
+
+  [ -d "$HOME/isabelle/jedit" ] && init_component "$HOME/isabelle/jedit"  #build location
+
+* Run:
+
+  isabelle jedit -l HOL Test.thy &
+
+
+Running the application within Netbeans (not recommended)
+=========================================================
 
 * Project properties: add "Run" argument like
     -noserver -nobackground -settings=/home/makarius/isabelle/isabelle-jedit/dist