0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-02-16 08:40:11 +01:00

Updated SETUP (markdown)

Jason Volk 2023-04-23 20:49:24 -07:00
parent 786cf2301b
commit ffecd404ba

@ -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.