diff options
-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 |