5dc6c071d628c6e540705d11a9e83895871f5b05
				
			
			
		
	harmonyqml
Dependencies setup
Outside of pip/github:
Qt 5.12+, including:
- qt5-declarative
 - qt5-quickcontrols2
 - qt5-graphicaleffects
 - qt5-qmake
 
git clone https://github.com/thp/pyotherside
cd pyotherside
qmake
make
sudo make install
After this, verify the permissions of the installed plugin files.
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 \
    Pillow aiofiles dataclasses filetype hsluv lxml mistune uvloop
Dependencies on Github (most recent version needed):
git clone https://github.com/mirukan/matrix-nio
cd matrix-nio
pip3 install --user --upgrade -e .
Building
git clone <TODO>
cd harmonyqml
qmake && make && sudo make install
After this if no errors happened, run harmonyqml.
Description
				
					Languages
				
				
								
								
									QML
								
								64.4%
							
						
							
								
								
									Python
								
								32.2%
							
						
							
								
								
									C++
								
								2.8%
							
						
							
								
								
									QMake
								
								0.4%
							
						
							
								
								
									Shell
								
								0.2%