diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2015-08-11 12:00:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-11 23:25:26 +0700 |
commit | 9b755adec9858478b89e1497d1d00ee4b3bb7d54 (patch) | |
tree | 5a61ea8671847dc742c48ead52904b706c67da11 /network/guacamole-server/README | |
parent | 3788ab1d6d0a02a6accf9f403aab5d5e93a8b6aa (diff) |
network/guacamole-server: Added (Guacamole server).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/guacamole-server/README')
-rw-r--r-- | network/guacamole-server/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/guacamole-server/README b/network/guacamole-server/README new file mode 100644 index 0000000000000..e6a77bad7272d --- /dev/null +++ b/network/guacamole-server/README @@ -0,0 +1,11 @@ +guacamole-server - Guacamole server + +guacamole-server contains all the native, server-side +components required by Guacamole to connect to remote +desktops. It provides a common C library, libguac, which all +other native components depend on, as well as separate +libraries for each supported protocol, and guacd, the heart +of Guacamole. + +The dependency for the libraries of freerdp, libtelnet, libssh2 are +optional, as Slackware by default has libvncserver installed. |