We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello and thanks for releasing. I first hit : git clone and then cd ... and then :
ldoce5viewer $ make cd ldoce5viewer/qtgui/ui/; make make[1]: Entering directory '/media/shu/movie/training/english/app/ldoce5viewer/ldoce5viewer/qtgui/ui' pyuic4 advanced.ui -o advanced.py make[1]: pyuic4: Command not found Makefile:9: recipe for target 'advanced.py' failed make[1]: *** [advanced.py] Error 127 make[1]: Leaving directory '/media/shu/movie/training/english/app/ldoce5viewer/ldoce5viewer/qtgui/ui' Makefile:19: recipe for target 'qtui' failed make: *** [qtui] Error 2 ldoce5viewer $ cd ldoce5viewer/ ldoce5viewer $ make make: *** No targets specified and no makefile found. Stop. ldoce5viewer $
ldoce5viewer $ make cd ldoce5viewer/qtgui/ui/; make make[1]: Entering directory '/media/shu/movie/training/english/app/ldoce5viewer/ldoce5viewer/qtgui/ui' pyuic4 advanced.ui -o advanced.py make[1]: pyuic4: Command not found Makefile:9: recipe for target 'advanced.py' failed make[1]: *** [advanced.py] Error 127 make[1]: Leaving directory '/media/shu/movie/training/english/app/ldoce5viewer/ldoce5viewer/qtgui/ui' Makefile:19: recipe for target 'qtui' failed make: *** [qtui] Error 2
ldoce5viewer $ cd ldoce5viewer/
ldoce5viewer $ make make: *** No targets specified and no makefile found. Stop.
ldoce5viewer $
The text was updated successfully, but these errors were encountered:
Had the same issue. $ sudo make build worked for me.
$ sudo make build
Sorry, something went wrong.
make[1]: pyuic4: Command not found
pyuic4 is provided by pyqt4-dev-tools on Ubuntu, you need to install it before building, you can use, for example, sudo apt install pyqt4-dev-tools.
sudo apt install pyqt4-dev-tools
No branches or pull requests
Hello and thanks for releasing.
I first hit : git clone and then cd ... and then :
The text was updated successfully, but these errors were encountered: