sbt is just a jar file. So you really don't need to install anything. Once
you run the jar file (sbt-launch.jar) it can download the required
dependencies.

I use an executable script called sbt that has the following contents.

  SBT_OPTS="-Xms1024M -Xmx2048M -Xss1M -XX:+CMSClassUnloadingEnabled
-XX:MaxPermSize=1024M"

  echo $SBT_OPTS

  java $SBT_OPTS -jar `dirname $0`/sbt-launch.jar "$@"

On Tue, Oct 28, 2014 at 12:13 PM, Nicholas Chammas <
nicholas.cham...@gmail.com> wrote:

> If you're just calling sbt from within the spark/sbt folder, it should
> download and install automatically.
>
> Nick
>
>
> 2014년 10월 28일 화요일, Ted Yu<yuzhih...@gmail.com>님이 작성한 메시지:
>
> Have you read this ?
>> http://lancegatlin.org/tech/centos-6-install-sbt
>>
>> On Tue, Oct 28, 2014 at 7:54 AM, Pagliari, Roberto <
>> rpagli...@appcomsci.com> wrote:
>>
>>> Is there a repo or some kind of instruction about how to install sbt for
>>> centos?
>>>
>>>
>>>
>>> Thanks,
>>>
>>>
>>>
>>
>>

Reply via email to