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 ./graalvm/native-unix-compile.sh
or ./graalvm/native-windows-compile.bat
.The build may take some minutes and the result will be a ./clojure-lsp
native binary.
Run clojure -X:prod-jar
for building the jar.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close