- 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.
推薦閱讀
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Visual C++串口通信開發入門與編程實踐
- PHP+MySQL網站開發技術項目式教程(第2版)
- Getting Started with Greenplum for Big Data Analytics
- Android項目實戰:手機安全衛士開發案例解析
- ArcGIS for Desktop Cookbook
- Java Web應用開發項目教程
- Arduino可穿戴設備開發
- 從零開始學Python大數據與量化交易
- Solr權威指南(下卷)
- Data Manipulation with R(Second Edition)
- 零基礎C語言學習筆記
- 少年小魚的魔法之旅:神奇的Python
- Building E-Commerce Solutions with WooCommerce(Second Edition)
- C# 7.0核心技術指南(原書第7版)