- Learning Scala Programming
- Vikash Sharma
- 101字
- 2021-06-30 19:07:47
SBT installation
SBT, as the name suggests, is a Simple Build Tool. From managing all source files to their compiled target versions to downloading all dependencies, SBT helps you create a Scala application with ease. You can configure how your test cases run. SBT comes with various commands for such tasks.
To install SBT on your machine, perform the following:
- Go to http://www.scala-sbt.org/download.html.
- You may choose from the available options suitable for your operating system.
After installation, you may check the version, so open a command prompt/terminal and type this:
sbt sbt-version
[info] 0.13.11
You should get the corresponding version number.
推薦閱讀
- Clojure for Domain:specific Languages
- UML 基礎(chǔ)與 Rose 建模案例(第3版)
- Microsoft Azure Storage Essentials
- Advanced Express Web Application Development
- Access 2010中文版項(xiàng)目教程
- 打開Go語言之門:入門、實(shí)戰(zhàn)與進(jìn)階
- .NET 4.5 Parallel Extensions Cookbook
- Struts 2.x權(quán)威指南
- 深入理解BootLoader
- 深入實(shí)踐DDD:以DSL驅(qū)動(dòng)復(fù)雜軟件開發(fā)
- 會當(dāng)凌絕頂:Java開發(fā)修行實(shí)錄
- Ubuntu Server Cookbook
- PHP 7 Programming Blueprints
- Serverless從入門到進(jìn)階:架構(gòu)、原理與實(shí)踐
- Slick2D Game Development