diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-15 11:14:05 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:07 +0700 |
commit | c1a4de90c5a572611cd0772ad18cc5b24f9b0e72 (patch) | |
tree | 4c2d1340dfa9c04a7d9ae55821345ca22b70e86c /libraries/rxtx/README | |
parent | 48ea000283f8100877c08c99f12332c1b7660c12 (diff) |
libraries/rxtx: Allow other JDKs besides Oracle's.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/rxtx/README')
-rw-r--r-- | libraries/rxtx/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/rxtx/README b/libraries/rxtx/README index 055dfecd8bf39..ddc1b0180e95f 100644 --- a/libraries/rxtx/README +++ b/libraries/rxtx/README @@ -1,7 +1,7 @@ RXTX is a Java library providing serial and parallel port communication. -To build RXTX requires the jdk package (available in Slackware's extra/ -directory). +RXTX's .info file says it requires the jdk package, but other JDKs can +be used instead (e.g. openjdk8, adoptopenjdk). If you are upgrading from rxtx-2.0_7pre2, please note that the javacomm package is no longer required and should be uninstalled before building |