diff options
-rw-r--r-- | libraries/libgit2/README | 2 | ||||
-rw-r--r-- | network/guacamole-server/README | 15 |
2 files changed, 8 insertions, 9 deletions
diff --git a/libraries/libgit2/README b/libraries/libgit2/README index 867ba5e590..bd1fbdf41f 100644 --- a/libraries/libgit2/README +++ b/libraries/libgit2/README @@ -2,4 +2,4 @@ libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings. -Optional: libssh2 (for ssh transport) and http-parser +Optional: http-parser diff --git a/network/guacamole-server/README b/network/guacamole-server/README index e6a77bad72..61d82a5c18 100644 --- a/network/guacamole-server/README +++ b/network/guacamole-server/README @@ -1,11 +1,10 @@ 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. +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. +The dependency for the libraries of freerdp and libtelnet are optional, +as Slackware by default has libvncserver and libssh2 installed. |