mirror of
https://github.com/matrix-construct/construct
synced 2025-02-16 08:40:11 +01:00
Updated SETUP (markdown)
parent
786cf2301b
commit
ffecd404ba
1 changed files with 1 additions and 10 deletions
11
SETUP.md
11
SETUP.md
|
@ -4,19 +4,10 @@ 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](https://github.com/matrix-construct/construct/wiki/BUILD) 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. Your `well-known` delegation is not relevant here.
|
||||
|
||||
- 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
|
||||
|
||||
> If you are running a container see the [non-interactive setup](https://github.com/matrix-construct/construct/wiki/SETUP#non-interactive) section.
|
||||
- If you are running a docker see the [non-interactive setup](https://github.com/matrix-construct/construct/wiki/SETUP#non-interactive) section.
|
||||
|
||||
1. Execute.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue