Dave Jarvis' Repositories

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

Updates build instructions, JDK version

AuthorDaveJarvis <email>
Date2023-09-23 16:40:37 GMT-0700
Commit7bd659da6e7abfc26249a9ce76b4162597492ea7
Parent718e684
Delta5 lines added, 5 lines removed
BUILD.md
Download and install the following software packages:
-* [JDK 20](https://bell-sw.com/pages/downloads) (Full JDK + JavaFX)
-* [Gradle 8.1.1](https://gradle.org/releases)
+* [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)
* [warp v0.4.0-alpha](https://github.com/Reisz/warp/releases/tag/v0.4.0)
Note: The forked warp packer release fixes a bug in the main branch.
## Repository
Clone the repository as follows:
- git clone https://github.com/DaveJarvis/keenwrite.git
+ git clone https://gitlab.com/DaveJarvis/KeenWrite.git
The repository is cloned.
After installing `scripts/build-template`, build release binaries as follows:
- git tag -a 2.0.0 -m "Release name"
+ git tag -a 4.0.0 -m "Release name"
git push origin --tags
./release.sh
README.md
On other platforms, such as MacOS, start the application as follows:
-1. Download the *Full version* of the Java Runtime Environment, [JRE 20](https://bell-sw.com/pages/downloads).
+1. Download the *Full version* of the Java Runtime Environment, [JRE 21](https://bell-sw.com/pages/downloads).
* JavaFX, which is bundled with BellSoft's *Full version*, is required.
1. Install the JRE (include JRE's `bin` directory in the `PATH` environment variable).