Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Updates build requirements versions

AuthorDaveJarvis <email>
Date2023-12-03 15:28:33 GMT-0800
Commit2142efd6e9bee54dc939530e03e7981f211dd1a1
Parentfc7ebfb
Delta6 lines added, 6 lines removed
BUILD.md
* [JDK 21](https://bell-sw.com/pages/downloads) (Full JDK + JavaFX)
-* [Gradle 8.3](https://gradle.org/releases)
-* [Git 2.40.1](https://git-scm.com/downloads)
+* [Gradle 8.5](https://gradle.org/releases)
+* [Git 2.43](https://git-scm.com/downloads)
* [warp v0.4.0-alpha](https://github.com/Reisz/warp/releases/tag/v0.4.0)
## Binaries
-Run the `installer` script to build platform-specific binaries, such as:
+Run the `installer.sh` script to build platform-specific binaries, such as:
- ./installer -V -o linux
+ ./installer.sh -V -o linux
-The `installer` script:
+The `installer.sh` script:
* downloads a JDK;
* generates a run script;
* bundles the JDK, run script, and JAR file; and
* creates a standalone binary, so no installation required.
-Run `./installer -h` to see all command-line options.
+Run `./installer.sh -h` to see all command-line options.
# Releases