注意: 請將任何和這兩個包相關的問題反饋到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