An open API service indexing awesome lists of open source software.

https://github.com/drom/scala1

Getting Started - Scala
https://github.com/drom/scala1

Last synced: 2 months ago
JSON representation

Getting Started - Scala

Awesome Lists containing this project

README

        

# Getting Started - Scala
## sbt
a build tool for Scala: [http://scala-sbt.org](http://scala-sbt.org)

### Install sbt on OpenSuse 13.2

List of all versions: https://dl.bintray.com/sbt/rpm/

```sh
wget https://dl.bintray.com/sbt/rpm/sbt-0.13.9.rpm

sudo zypper install java-devel

sudo rpm -Uvh sbt-0.13.9.rpm

sbt
```
### Scala.js Tutorial

http://www.scala-js.org/doc/tutorial.html