Skip to content

Commit

Permalink
README: update build and run instructions (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyren authored and plata committed Jan 3, 2019
1 parent b130613 commit 598ba8c
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,19 @@ Supported engines:
------------

## Build and Run
### Linux
Build
```
mvn clean package
```
Run
```
cd phoenicis-dist/target
unzip phoenicis-dist.zip
./phoenicis-dist/phoenicis.sh
```
Dependencies:
* Java 10+
* Maven

### OSX
Build
```
mvn clean package install
mvn clean package
```
Run
```
cd phoenicis-javafx
mvn jfx:native
mvn install
cd phoenicis-javafx/
mvn exec:java
```

For more details (e.g. regarding dependencies) consider the [documentation](https://phoenicisorg.github.io/phoenicis/).
Expand Down

0 comments on commit 598ba8c

Please sign in to comment.