last update : 4/11/2022
Considering that you already pkg install weechat
:
pkg install build-essential
and\orcmake
(NOT SURE if those needed)pkg install libolm rust weechat-python-plugin
python -m pip install --upgrade pip setuptools wheel
export RUSTFLAGS=" -C lto=no" && export CARGO_BUILD_TARGET="$(rustc -vV | sed -n 's|host: ||p')" && pip install cryptography
source- 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