Closed artenax closed 9 months ago
Since this is a python project and apparently requires a special build/install, I just took the files from Mageia. It works. The Python/Qt5 versions are the same there.
But I was interested to see instructions about proper manual installation in other OSes...
linker input file unused because linking not done
There is information about this error that $(CC) -c
in Makefile means compile but not link.
UPD: Obviously the setup.cfg and setup.py files must somehow be used instead of qmake and make, despite having a .pro project. Or together with it.
Hi Denis, There is no need to use qmake. Instructions in README are to use
pip install .
pro file is useful to manage translation files et ui files.
pip install .
Yes, it also takes into account dependencies. For example, it will try to install packages locally if they are not on the system.
These commands also work and install in /usr/local:
git clone https://github.com/papoteur-mga/elograf
cd elograf
git checkout 5de4e833e1ddd6cfc57ad6bcb8e0553b54f7c355
python3 ./setup.py build
sudo python3 ./setup.py install
I admit, I didn't pay attention to the README. The English text is bad for me :( I'll close the issue.
Hi. I can't compile version 0.58 in Ubuntu 22.04. I have installed all the dependencies I looked at in the Mageia 9 .spec file (like pyqt5), vosk from pip, nerd-dictation from git in PATH, language model. The nerd-dictation works from the command line, but when I try to build elograf (with Qt 5.15) I get an error:
Same with version 0.53. Other qt5 software compiles. Python 3.10.12. gcc 11.4.0.