Skip to content

Commit

Permalink
Dropping Linux support due to OpenJFX bugs
Browse files Browse the repository at this point in the history
Although the program builds on Linux, major bugs in OpenJFX prevent it from being usable.
  • Loading branch information
averydonovan committed May 10, 2019
1 parent a419f92 commit f62eba6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 34 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,28 @@ It is recommended to use the latest 0.3.0 alpha version.
Despite the "alpha" label, these versions now bundle the necessary Java runtime and they
contain bug fixes for reading some model output files, as well as other fixes and enhancements.

Development is only targeting Windows right now due to significant bugs in the Linux version of
OpenJFX.

### Running

* For Windows: double-click on "SkewTVSP.cmd" inside installation folder
* For Unix-like systems: run `SkewTVSP.sh` inside installation folder
* Windows 7 SP1 or later (including Windows 8, 8.1, 10)

Double-click on "SkewTVSP.cmd" inside installation folder

### Building

* Windows 7 SP1 or later (including Windows 8, 8.1, 10)
* [OpenJDK 11](https://adoptopenjdk.net/)
* [OpenJFX 11 SDK](https://gluonhq.com/products/javafx/)
* [Apache Maven 3](https://maven.apache.org/)
* [7-Zip](https://www.7-zip.org/) (only on Windows, optional)
* [7-Zip](https://www.7-zip.org/)

Maven should pull in all required dependencies automatically.
Simply run `mvn clean compile package` to build and `mvn exec:java` to run.

To create a distribution, run `.\create-dist` on Windows or `./create-dist.sh` on Unix-like
systems.
To create an archive file instead of a folder, run `.\create-dist archive` or
`./create-dist.sh archive`.
To create a distribution, run `.\create-dist.cmd` or `.\create-dist.cmd archive` to create a folder
or an archive file, respectively.

## Citing/Acknowledging

Expand Down
27 changes: 0 additions & 27 deletions create-dist.sh

This file was deleted.

0 comments on commit f62eba6

Please sign in to comment.