moment/README.md

49 lines
1.1 KiB
Markdown
Raw Normal View History

# harmonyqml
## Dependencies setup
2019-07-18 22:10:36 +10:00
Outside of pip/github:
2019-07-18 22:10:36 +10:00
Qt 5.12+, including:
2019-07-26 09:19:39 +10:00
- qt5-declarative-devel
- qt5-quickcontrols
- qt5-quickcontrols2-devel
- qt5-svg-devel
2019-07-18 22:10:36 +10:00
- qt5-graphicaleffects
- qt5-qmake
2019-07-26 09:19:39 +10:00
- olm-python3 >= 3.1
2019-07-18 22:10:36 +10:00
[pyotherside](https://github.com/thp/pyotherside):
git clone https://github.com/thp/pyotherside
cd pyotherside
2019-07-26 09:19:39 +10:00
qmake && make && sudo make install
After this, verify the permissions of the installed plugin files.
2019-07-18 22:10:36 +10:00
sudo chmod 644 /usr/lib/qt5/qml/io/thp/pyotherside/*
sudo chmod 755 /usr/lib/qt5/qml/io/thp/pyotherside/*.so
Dependencies on Pypi:
pip3 install --user --upgrade \
2019-07-26 09:19:39 +10:00
Pillow aiofiles dataclasses filetype hsluv html_sanitizer \
lxml mistune uvloop
2019-07-18 22:10:36 +10:00
Dependencies on Github (most recent version needed):
[matrix-nio](https://github.com/mirukan/matrix-nio):
git clone https://github.com/mirukan/matrix-nio
cd matrix-nio
2019-07-26 09:19:39 +10:00
pip3 install --user --upgrade -e '.[e2e]'
2019-07-18 22:10:36 +10:00
## Building
git clone <TODO>
cd harmonyqml
qmake && make && sudo make install
After this if no errors happened, run `harmonyqml`.