javaFX rev

This commit is contained in:
nedlir 2022-08-01 21:16:28 -07:00 committed by GitHub
parent 05dbb569fc
commit 4141bbedaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ GUI artwork by [@Cioccolatodorima](https://twitter.com/cioccolato_kun).
## Requirements and Installation
If you wish to build the project yourself you need:
1. [JDK 8+](https://openjdk.org)
1. [JDK 8](https://openjdk.org) or JDK 11+ with [JavaFX](https://openjfx.io)
2. [Apache Ant ](https://ant.apache.org)
3. Go to the main repository folder and run:
```bash