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