summaryrefslogtreecommitdiffstats
path: root/development/scala/README
diff options
context:
space:
mode:
author Matthias Diehn Ingesman2010-05-13 00:58:03 +0200
committer Robby Workman2010-05-13 00:58:03 +0200
commitf8b36fd3ee3331aa6884afae9547b5d75f481bdf (patch)
tree91bc5f6b13bf24371a240a7cdba229d2826eff70 /development/scala/README
parentd7168f94888e6e3e5c60c844ce3f92c3c7cffcf4 (diff)
downloadslackbuilds-f8b36fd3ee3331aa6884afae9547b5d75f481bdf.tar.gz
development/scala: Added to 13.0 repository
Diffstat (limited to 'development/scala/README')
-rw-r--r--development/scala/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/scala/README b/development/scala/README
new file mode 100644
index 0000000000..5b455c545c
--- /dev/null
+++ b/development/scala/README
@@ -0,0 +1,12 @@
+Scala is a functional object-oriented programming language
+compiling to JVM byte code.
+
+This is a binary repackaging of the distribution from the Scala home-page.
+It sets SCALA_HOME=/usr/lib/scala, MANPATH to include /usr/lib/scala/man,
+and PATH to include /usr/lib/scala/bin.
+
+The installation is like Java Runtime/SDK, in that it places everything by
+default in /usr/lib/scala - including manpages and documentation.
+
+The lib directory is set dependent upon the package architecture:
+/usr/lib on x86 and /usr/lib64 on x86_64.