introduce build parameters
This commit is contained in:
parent
92782f1352
commit
5600b8056b
4 changed files with 58 additions and 19 deletions
22
README.txt
22
README.txt
|
|
@ -18,15 +18,25 @@ the bot follows each invite (autojoin) and have two commands:
|
|||
|
||||
install from source (venv):
|
||||
|
||||
you need go >=1.22 and libolm-dev installed
|
||||
build configuration is done via env vars
|
||||
|
||||
(create and activate a venv)
|
||||
# one of static, shared
|
||||
PYGOMX_BUILD_MODE=static
|
||||
|
||||
cd pygomx-module
|
||||
pip install .
|
||||
# one of none, colm, goolm, vodozemac
|
||||
PYGOMX_OLM_FLAVOR=colm
|
||||
# for colm you need libolm-dev installed
|
||||
# vodozemac is not supported yet
|
||||
|
||||
cd ../smal
|
||||
pip install [-e] .
|
||||
you need go >=1.22 installed
|
||||
|
||||
(create and activate a venv)
|
||||
|
||||
cd pygomx-module
|
||||
pip install .
|
||||
|
||||
cd ../smal
|
||||
pip install [-e] .
|
||||
|
||||
usage:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue