summaryrefslogtreecommitdiff
path: root/Chalice/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Chalice/readme.txt')
-rw-r--r--Chalice/readme.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/Chalice/readme.txt b/Chalice/readme.txt
deleted file mode 100644
index f282da3c..00000000
--- a/Chalice/readme.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-Chalice - Verification of Concurrent Software
-=============================================
-
-Compiling Chalice: sbt compile
-Running Chalice: chalice.bat <file.chalice> [-params]
- By default, chalice looks for Boogie in C:\Boogie\Binaries. If your
- Boogie executable is located elsewhere, you can edit chalice.bat
- to indicate the appropriate location such as
- REM Chalice command line options
- set CHALICE_OPTS=/boogie:"C:\Boogie-CodePlex\Binaries\Boogie.exe"
-Running the tests for Chalice: see tests/readme.txt
-
-Chalice is built using Simple Build Tool (https://github.com/harrah/xsbt/wiki/Setup)
-
-Note: You might have to increase the stack size of the JVM to avoid a stack
-overflow, for instance by changing scala.bat by adding "-Xss16M" to the
-JAVA_OPTS:
- if "%_JAVA_OPTS%"=="" set _JAVA_OPTS=-Xmx256M -Xms32M -Xss16M