doc [skip ci]
This commit is contained in:
parent
a6b9dd1969
commit
db5466d3c4
2 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
- Install [lein](https://leiningen.org/) for producing uberjars
|
- Install [lein](https://leiningen.org/) for producing uberjars
|
||||||
- Download [GraalVM](https://www.graalvm.org/downloads/). Currently we use *java11-20.1.0*.
|
- Download [GraalVM](https://www.graalvm.org/downloads/). Currently we use *java11-20.2.0*.
|
||||||
- For Windows, installing Visual Studio 2019 with the "Desktop development
|
- For Windows, installing Visual Studio 2019 with the "Desktop development
|
||||||
with C++" workload is recommended.
|
with C++" workload is recommended.
|
||||||
- Set `$GRAALVM_HOME` to the GraalVM distribution directory. On macOS this can look like:
|
- Set `$GRAALVM_HOME` to the GraalVM distribution directory. On macOS this can look like:
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@
|
||||||
(def files-to-edit
|
(def files-to-edit
|
||||||
["Dockerfile"
|
["Dockerfile"
|
||||||
"doc/dev.md"
|
"doc/dev.md"
|
||||||
|
"doc/build.md"
|
||||||
".github/workflows/build.yml"
|
".github/workflows/build.yml"
|
||||||
".circleci/config.yml"
|
".circleci/config.yml"
|
||||||
"appveyor.yml"
|
"appveyor.yml"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue