better instructions
This commit is contained in:
parent
d681f20b90
commit
c781b364d8
22
README.md
22
README.md
@ -8,11 +8,23 @@
|
||||
|
||||
### Requirements:
|
||||
- Java 21
|
||||
- Maven 3.8.8 or lower
|
||||
- GraalVM 21
|
||||
- Maven
|
||||
|
||||
### Instructions:
|
||||
|
||||
This will automatically fetch dependencies and run the project:
|
||||
|
||||
```shell
|
||||
./mvnw javafx:run
|
||||
```
|
||||
|
||||
|
||||
#### Native Image:
|
||||
|
||||
##### Requirements:
|
||||
- GraalVM
|
||||
- Maven 3.8.8
|
||||
|
||||
Create the maven wrapper at version 3.8.8. GluonFX does not work with newer versions as of 2024-07-27.
|
||||
|
||||
```shell
|
||||
@ -26,9 +38,3 @@ Install dependencies, build and run:
|
||||
```
|
||||
|
||||
A native binary should be placed at `target/gluonfx/<your architecture>/libremines`
|
||||
|
||||
Alternatively, to run using the JVM, use:
|
||||
|
||||
```shell
|
||||
./mvnw javafx:run
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user