diff options
author | Wayne Cuddy <wcuddy@useunix.net> | 2018-12-24 19:17:23 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-24 22:16:54 +0700 |
commit | 8f5039d047156b07ce6604fc12f0c99c02d94b7c (patch) | |
tree | aebacacc0e5ab919a655e9c656092a42ec70a43e /network/ssvnc | |
parent | 8bc77c8477845b7a025c070c3362e824c56c5059 (diff) | |
download | slackbuilds-8f5039d047156b07ce6604fc12f0c99c02d94b7c.tar.gz |
network/ssvnc: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ssvnc')
-rw-r--r-- | network/ssvnc/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/network/ssvnc/README b/network/ssvnc/README index 077c358501..372459bb90 100644 --- a/network/ssvnc/README +++ b/network/ssvnc/README @@ -26,4 +26,8 @@ simplified Terminal-Services mode (tsvnc) for use with x11vnc on the remote side. Note: -Use "su -" instead of regular "su" to build this package +If you don't require or don't wish to build the Java based viewer you +can ignore the JDK dependency and set the JSRC environment variable to +the empty string. Here is how I build it: + +$ env JSRC="" sh ./ssvnc.SlackBuild |