summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-03-17 10:23:48 +0000
committerpaltherr <paltherr@epfl.ch>2003-03-17 10:23:48 +0000
commit1c07a3cfef142307aa988e9a712a04c86cb4aab7 (patch)
treedd681a14387ce6905b2288de2dda49bfe19c8b7f /README
parent6f805930c9486ad99ef90d93244f85df47d55d41 (diff)
downloadscala-1c07a3cfef142307aa988e9a712a04c86cb4aab7.tar.gz
scala-1c07a3cfef142307aa988e9a712a04c86cb4aab7.tar.bz2
scala-1c07a3cfef142307aa988e9a712a04c86cb4aab7.zip
- Added README
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000000..933e9c808c
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+Distributions
+-------------
+
+- scala-YYYYMMDD-hhmmss.tar.gz Unix distribution
+
+The standard distributions require java 1.4.x or above. If you don't
+know which version of java you have, run the command "java -version".
+
+Scala tools
+-----------
+
+- socos Scala compiler
+- surus Scala interpreter
+- siris Scala interactive interpreter
+
+Install on Unix
+---------------
+
+Untar the archive. All scala tools are located in the directory "bin".
+
+You may test the distribution by running the script "scala-test"
+located in the subdirectory "share/scala/test/bin".