您的位置:首页 > 其它

Ubnut 14.04安装SBT

2015-08-16 13:34 197 查看
http://stackoverflow.com/questions/13711395/install-sbt-on-ubuntu

10楼,内容如下:

The simplest way of installing SBT on ubuntu is the 
deb
 package
provided by Typesafe.

Run the following shell commands:
wget http://apt.typesafe.com/repo-deb-build-0002.deb
sudo dpkg -i repo-deb-build-0002.deb
sudo apt-get update
sudo apt-get install sbt

And you're done !
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: