https://github.com/drom/scala1
Getting Started - Scala
https://github.com/drom/scala1
Last synced: 2 months ago
JSON representation
Getting Started - Scala
- Host: GitHub
- URL: https://github.com/drom/scala1
- Owner: drom
- License: mit
- Created: 2015-10-31T19:11:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T19:33:57.000Z (over 9 years ago)
- Last Synced: 2025-01-24T19:41:23.091Z (4 months ago)
- Size: 180 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.rpmsudo zypper install java-devel
sudo rpm -Uvh sbt-0.13.9.rpm
sbt
```
### Scala.js Tutorialhttp://www.scala-js.org/doc/tutorial.html