Skip to content

Commit

Permalink
Merge pull request yarl#106 from Ash-Crow/master
Browse files Browse the repository at this point in the history
[Doc] Updated installation instructions
  • Loading branch information
yarl authored Nov 22, 2019
2 parents 8426a02 + db0d5a3 commit 9670d1a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@ sudo apt-get install openjfx
on your terminal.
You can also check this link: https://pkgs.org/download/openjfx for more information on ```openjfx``` package for these distributions.

Starting with Ubuntu 18.10 (and around the same time in Debian Sid), openjfx version 8 is no more shipped with the distribution. Though it is possible to force the openjfx to stay in version 8, and run pattypan, this is pretty much a hack. If you still wish to proceed, you can gain access to the Ubuntu 18.04 repository by adding the following line to your `/etc/apt/sources.list` file:

```
deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe multiverse
```

You can then run these commands to perfom the installation and pin these versions:
```
apt purge openjfx
apt install openjfx=8u161-b12-1ubuntu2 libopenjfx-jni=8u161-b12-1ubuntu2 libopenjfx-java=8u161-b12-1ubuntu2
apt-mark hold openjfx libopenjfx-jni libopenjfx-java
```


### License
Copyright (c) 2016 Paweł Marynowski.

Expand Down

0 comments on commit 9670d1a

Please sign in to comment.