summaryrefslogblamecommitdiff
path: root/doc/README
blob: a89ab52792ab2059a1b84a85c178c33a0dcfdd9f (plain) (tree)
1
2
3
4
5
6
7
8
9

                  
 
                                                  
 

                                                           
 
           

           
                                           
                            
                                     
                                               
                                     



                                                               
 

            
 


                                                                                
 
 

        
 
                                                          
                                                          

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

The Scala distribution requires Java 1.8 or above.

Please report bugs at https://issues.scala-lang.org/.
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.