Every release, the native binaries (Windows, Linux and MacOS) are compiled with GraalVM and uploaded to Github releases page.
To build a native image with GraalVM:
GRAALVM_HOME
to the installation dir.native-image
with $GRAALVM_HOME/bin/gu install native-image
.clojure-lsp
project root bb native-cli
.The build may take some minutes and the result will be a ./clojure-lsp
native binary.
bb debug-cli
.Run bb cli-prod-jar
for building the jar to be used with LSP protocol in a editor or CLI via bb prod-cli
.
Run bb lib-jar
for building the jar to be used on JVM via API.
Can you improve this documentation? These fine people already did:
Eric Dallo & ikappakiEdit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |