Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.05 KB

note6.md

File metadata and controls

24 lines (19 loc) · 1.05 KB

Weechat-Matrix on TERMUX

last update : 4/11/2022

Considering that you already pkg install weechat:

  • pkg install build-essential and\or cmake (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