在 Windows 上安裝 SBT
安裝
MSI 安裝程式可以在這裡找到 。這是最新的穩定版本 。下載並執行安裝。
驗證安裝
- 
使用 WindowsKey + R,輸入cmd。
- 
或者,導航到 .sbt(例如,在C:\Users\Hopper中)並在位址列中鍵入cmd。
- 
鍵入 sbt about以獲取版本資訊,驗證它是否已安裝。你應該看到這樣的東西:Java HotSpot(TM) 64-But Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [info] Set current project to root--sbt (in build file:/C:/Users/Hopper/.sbt/) [info] This is sbt 0.13.8 ...