Add missing dependencies to README
This commit is contained in:
parent
7e9106ee9c
commit
ef36cc6e7a
17
README.md
17
README.md
@ -5,18 +5,20 @@
|
|||||||
Outside of pip/github:
|
Outside of pip/github:
|
||||||
|
|
||||||
Qt 5.12+, including:
|
Qt 5.12+, including:
|
||||||
- qt5-declarative
|
- qt5-declarative-devel
|
||||||
- qt5-quickcontrols2
|
- qt5-quickcontrols
|
||||||
|
- qt5-quickcontrols2-devel
|
||||||
|
- qt5-svg-devel
|
||||||
- qt5-graphicaleffects
|
- qt5-graphicaleffects
|
||||||
- qt5-qmake
|
- qt5-qmake
|
||||||
|
|
||||||
|
- olm-python3 >= 3.1
|
||||||
|
|
||||||
[pyotherside](https://github.com/thp/pyotherside):
|
[pyotherside](https://github.com/thp/pyotherside):
|
||||||
|
|
||||||
git clone https://github.com/thp/pyotherside
|
git clone https://github.com/thp/pyotherside
|
||||||
cd pyotherside
|
cd pyotherside
|
||||||
qmake
|
qmake && make && sudo make install
|
||||||
make
|
|
||||||
sudo make install
|
|
||||||
|
|
||||||
After this, verify the permissions of the installed plugin files.
|
After this, verify the permissions of the installed plugin files.
|
||||||
|
|
||||||
@ -26,7 +28,8 @@ After this, verify the permissions of the installed plugin files.
|
|||||||
Dependencies on Pypi:
|
Dependencies on Pypi:
|
||||||
|
|
||||||
pip3 install --user --upgrade \
|
pip3 install --user --upgrade \
|
||||||
Pillow aiofiles dataclasses filetype hsluv lxml mistune uvloop
|
Pillow aiofiles dataclasses filetype hsluv html_sanitizer \
|
||||||
|
lxml mistune uvloop
|
||||||
|
|
||||||
Dependencies on Github (most recent version needed):
|
Dependencies on Github (most recent version needed):
|
||||||
|
|
||||||
@ -34,7 +37,7 @@ Dependencies on Github (most recent version needed):
|
|||||||
|
|
||||||
git clone https://github.com/mirukan/matrix-nio
|
git clone https://github.com/mirukan/matrix-nio
|
||||||
cd matrix-nio
|
cd matrix-nio
|
||||||
pip3 install --user --upgrade -e .
|
pip3 install --user --upgrade -e '.[e2e]'
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
9
TODO.md
9
TODO.md
@ -16,12 +16,15 @@
|
|||||||
- When qml syntax highlighting supports string interpolation, use them
|
- When qml syntax highlighting supports string interpolation, use them
|
||||||
|
|
||||||
- Fixes
|
- Fixes
|
||||||
- Run import in thread ? Does it blocks the async loop?
|
- Update state.json page when accepting an invite
|
||||||
- Handle import errors
|
- Run import in thread and AsyncClient.olm functions, they block async loop
|
||||||
|
- Handle import keys errors
|
||||||
- Update the room subtitle when a message is decrypted/edited
|
- Update the room subtitle when a message is decrypted/edited
|
||||||
|
|
||||||
- Don't linkify images for outgoing html
|
- Don't linkify images for outgoing html
|
||||||
- state: If last page is a room and the account for it is no longer present,
|
- state: If last page is a room and the account for it is no longer present,
|
||||||
load Default.qml instead
|
load Default.qml instead
|
||||||
|
|
||||||
- Message position after daybreak delegate
|
- Message position after daybreak delegate
|
||||||
- Keyboard flicking against top/bottom edge
|
- Keyboard flicking against top/bottom edge
|
||||||
- Don't strip user spacing in html
|
- Don't strip user spacing in html
|
||||||
@ -129,6 +132,8 @@
|
|||||||
- Room subtitle: show things like "*Image*" instead of blank, etc
|
- Room subtitle: show things like "*Image*" instead of blank, etc
|
||||||
|
|
||||||
- nio
|
- nio
|
||||||
|
- `AsyncClient.share_group_session`: send device batches concurrently
|
||||||
|
|
||||||
- downloads API
|
- downloads API
|
||||||
- MatrixRoom invited members list
|
- MatrixRoom invited members list
|
||||||
- Invite events are missing their timestamps (needed for sorting)
|
- Invite events are missing their timestamps (needed for sorting)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user