Skip to content

How to compile and bootstrap from source #7168

Discussion options

You must be logged in to vote

I need a sbt build that is statically compiled => where I should find it ?

You don't need to involve any native binaries. sbt runs on the JVM, from JARs not native binaries, and is launched by a shell script.

(If I recall correctly, the sbt download bundles available from the sbt website include native binaries for sbtn, but you don't actually need sbtn for any of this.)

could it build without internet

I think so, but you'd need to pre-populate a local Maven repository with the required JARs.

how to locally install module ? And dynamic link module to built sbt

I don't know what this means.

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@bastien-roucaries
Comment options

@SethTisue
Comment options

@SethTisue
Comment options

@SethTisue
Comment options

Answer selected by bastien-roucaries
Comment options

You must be logged in to vote
2 replies
@bastien-roucaries
Comment options

@eed3si9n
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants
Converted from issue

This discussion was converted from issue #7167 on March 03, 2023 23:33.