diff options
Diffstat (limited to 'logisim-evolution.install')
| -rw-r--r-- | logisim-evolution.install | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/logisim-evolution.install b/logisim-evolution.install index 9d3ce28..e9feb9c 100644 --- a/logisim-evolution.install +++ b/logisim-evolution.install | |||
| @@ -4,8 +4,18 @@ pre_install() { | |||
| 4 | 4 | ||
| 5 | pre_upgrade() { | 5 | pre_upgrade() { |
| 6 | cat << EOF | 6 | cat << EOF |
| 7 | |||
| 8 | This package requires java-runtime>= 14, if you have multiple jdks installed | ||
| 9 | please ensure the correct one is set; | ||
| 10 | |||
| 11 | # archlinux-java set java-16-openjdk | ||
| 12 | |||
| 13 | ----- | ||
| 14 | |||
| 7 | Please notice that this AUR repo is a build-from-source package. | 15 | Please notice that this AUR repo is a build-from-source package. |
| 8 | 16 | ||
| 9 | However, binary version (the previous one) can be found as 'logisim-evolution-bin'. | 17 | However, binary version (the previous one) can be found as 'logisim-evolution-bin'. |
| 18 | |||
| 19 | |||
| 10 | EOF | 20 | EOF |
| 11 | } \ No newline at end of file | 21 | } |
