diff options
author | simotrone <simotrone@gmail.com> | 2014-10-01 23:52:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-03 10:16:59 +0700 |
commit | 9dc0183c3a91f26b795bff7ae09b9ff11bcdfc65 (patch) | |
tree | 6695ad6162f1d6b020ff3c4a9a489b9de631fbd3 /network/skylable-sx/README | |
parent | 06613412a5a02a65ca92eef3ee7105e072af2a17 (diff) | |
download | slackbuilds-9dc0183c3a91f26b795bff7ae09b9ff11bcdfc65.tar.gz |
network/skylable-sx: Updated for version 0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/skylable-sx/README')
-rw-r--r-- | network/skylable-sx/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/network/skylable-sx/README b/network/skylable-sx/README index 6a0f9de8cf..9222fe094b 100644 --- a/network/skylable-sx/README +++ b/network/skylable-sx/README @@ -7,12 +7,12 @@ by the sysadmin) and synchronized. Additionally Sx has built-in support for deduplication, client-side encryption, on-the-fly compression and much more. -To start immediately, read the quickguide! +To start immediately, read /usr/doc/skylable-sx-0.9/quickstart/quickstart.pdf! -NOTE 1: Everything needed by sx and not in the system will be built statically. - If you prefer (like me) system libs get yajl and fcgi from SBo. - Also sqlite3 3.8.4.3 can be linked dinamically but you must compile it - by source (target the lib64 if x86_64 is your system arch). +NOTE 1: Every required library which is not found on the system will be built + from the included sources. + sqlite3 3.8.4.3 can be linked dinamically but you must compile it by + source (target the lib64 if x86_64 is your system arch). -NOTE 2: To build only a client, uncomment the ONLY_CLIENT parameter in +NOTE 2: To build only a client, uncomment the CLIENT_ONLY parameter in skylable-sx.SlackBuild. |