安装 SBT - Linux 平台安装 SBT
优质
小牛编辑
135浏览
2023-12-01
Linux 平台安装 SBT
通过通用的包安装
下载 ZIP 包或 TGZ 包解压
RPM 和 DEB
- RPM包
- DEB包
注意: 请将任何和这两个包相关的问题反馈到sbt-launcher-package项目 issue
Gentoo
In the official tree there is no ebuild for sbt. But there are ebuilds to merge sbt from binaries. To merge sbt from this ebuilds you can do:
$ mkdir -p /usr/local/portage && cd /usr/local/portage
$ git clone git://github.com/whiter4bbit/overlays.git
$ echo "PORTDIR_OVERLAY=$PORTDIR_OVERLAY /usr/local/portage/overlays" >> /etc/make.conf
$ emerge sbt-bin
注意: 有任何和 ebuild 相关的问题请反馈到 ebuild issue
手动安装
参考手动安装 SBT