last update : 4/11/2022
Considering that you already pkg install weechat:
pkg install build-essentialand\orcmake(NOT SURE if those needed)pkg install libolm rust weechat-python-pluginpython -m pip install --upgrade pip setuptools wheelexport RUSTFLAGS=" -C lto=no" && export CARGO_BUILD_TARGET="$(rustc -vV | sed -n 's|host: ||p')" && pip install cryptographysource- Run the Above commands look also here:
git clone https://github.com/poljar/weechat-matrix.git
cd weechat-matrix
pip install --user -r requirements.txt
make install DESTDIR=~/.local/share/weechat PREFIX=
- And you are Done!
In case that you want matrix to auto-load, just move the folder matrix and file matrix.py under the ~/.local/share/weechat/python/autoload/.
run inside weechat /python to check if installed