From d1b125e4b7df17ce025733e895dffcce3b80f8c7 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 2 Jan 2020 09:27:40 -0800 Subject: [PATCH] doc: Add summary to clarify document's purpose and scope. [ci skip] --- doc/SETUP.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/SETUP.md b/doc/SETUP.md index c2a7d34e5..693fec327 100644 --- a/doc/SETUP.md +++ b/doc/SETUP.md @@ -1,9 +1,10 @@ ## SETUP -- For standalone builds you will need to add the included lib directories -in your git repo to the library path: -`export LD_LIBRARY_PATH=/path/to/src/deps/boost/lib:$LD_LIBRARY_PATH` -`export LD_LIBRARY_PATH=/path/to/src/deps/rocksdb:$LD_LIBRARY_PATH` +This guide will help you execute Construct for the first time. If you are +building from source code and have not already done so please follow the +instructions in [BUILD](BUILD.md) before continuing here. + +#### NOTES - We will refer to your server as `host.tld`. For those familiar with matrix: this is your _origin_ and mxid `@user:host.tld` hostpart. If you delegate @@ -13,6 +14,11 @@ this as your _servername_. > Construct clusters all share the same _origin_ but each individual instance of the daemon has a unique _servername_. +- If you built construct yourself as a standalone build you will need to add +the included library directories before executing: +`export LD_LIBRARY_PATH=/path/to/src/deps/boost/lib:$LD_LIBRARY_PATH` +`export LD_LIBRARY_PATH=/path/to/src/deps/rocksdb:$LD_LIBRARY_PATH` + ### PROCEDURE 1. Execute