instructions for quick start in 20min;
authorwenzelm
Thu, 13 Sep 2012 16:10:20 +0200
changeset 49348 01d2d01bf9d1
parent 49347 d4768cb77a69
child 49349 be27a453aacc
instructions for quick start in 20min;
README_REPOSITORY
--- a/README_REPOSITORY	Thu Sep 13 16:09:35 2012 +0200
+++ b/README_REPOSITORY	Thu Sep 13 16:10:20 2012 +0200
@@ -1,6 +1,27 @@
 Important notes on Mercurial repository access for Isabelle
 ===========================================================
 
+Quick start in 20min
+--------------------
+
+1. Install Mercurial http://www.selenic.com/mercurial
+
+2. Create file $HOME/.isabelle/etc/settings and insert the following
+   line near its beginning:
+
+    init_components "$HOME/.isabelle/contrib" "$ISABELLE_HOME/Admin/components/main"
+
+3. Execute shell commands as follows:
+
+    hg clone http://isabelle.in.tum.de/repos/isabelle
+
+    ./isabelle/bin/isabelle components -a
+
+    ./isabelle/bin/isabelle build -b HOL
+
+    ./isabelle/bin/isabelle jedit
+
+
 Introduction
 ------------