Scala/doc
Jasper Moeys 5d72bd0b07 Make all *.scala *.sbt *.txt *.md *.yml and README files end in a newline 2019-02-01 09:55:05 +01:00
..
licenses Make all *.scala *.sbt *.txt *.md *.yml and README files end in a newline 2019-02-01 09:55:05 +01:00
LICENSE.md Apache License Version 2.0 2018-10-04 22:39:08 -04:00
License.rtf Scala hasn't included sizzle for quite a while now 2018-05-02 20:09:45 +02:00
README Make all *.scala *.sbt *.txt *.md *.yml and README files end in a newline 2019-02-01 09:55:05 +01:00

README

Scala Distribution
------------------

The Scala distribution requires Java 1.8 or above.

Please report bugs at https://github.com/scala/bug/issues.
We welcome contributions at https://github.com/scala/scala!

Scala Tools
-----------

- scala       Scala interactive interpreter
- scalac      Scala compiler
- fsc         Scala resident compiler
- scaladoc    Scala API documentation generator
- scalap      Scala classfile decoder

Run the command "scalac -help" to display the list of available
compiler options.


Installation
------------

Decompress the archive and run the above commands directly from `bin` directory.
We recommend adding the full path of the `bin` directory to the `PATH`
environment variable.


Licenses
--------

Scala is licensed under the standard 3-clause BSD license,
included in the distribution as the file `doc/LICENSE.md`.
The licenses of the software included in the Scala distribution can
be found in the `doc/licenses` directory.