-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
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
lxqt-build-tools version "0.8.0" required for compilation? #402
Comments
Update: I also tried to build the PyQt5 bindings, but I got a bad error (apparently unrelated to the above):
But, for some reason, is not found :( Any hint welcome. |
Update2: I am uneasy with it thou as I had to compile with:
which surely does not look right. Explicit build instructions would be most welcome. Thanks. |
Yes, qtermwidget targets only the latest version of lxqt-build-tools. Older version may work but not recommended.
Currently PyQt bindings should be built together with the main library using the cmake option
That is much appreciated! Leave a comment at #364 is you have anything to discuss/share/etc.
Thanks for testing. Include paths should be correctly set with
Currently only there are only PyQt bindings. PySide2 is requested (#249) while not solved. |
* Minimal Qt version is bumped in lxqt/lxqt#1844 * Minimal CMake version is bumped in #230 * Closes #402 - confusion around lxqt-build-tools version and PyQt builds
* Update docs * Minimal Qt version is bumped in lxqt/lxqt#1844 * Minimal CMake version is bumped in #230 * Closes #402 - confusion around lxqt-build-tools version and PyQt builds * Address comments
* Update docs * Minimal Qt version is bumped in lxqt/lxqt#1844 * Minimal CMake version is bumped in lxqt#230 * Closes lxqt#402 - confusion around lxqt-build-tools version and PyQt builds * Address comments
Apparently build instructions are a bit off.
They state:
The only runtime dependency is qtbase ≥ 5.7.1. In order to build CMake ≥ 3.0.2 and lxqt-build-tools >= 0.4.0 are needed as well as Git to pull translations and optionally latest VCS checkouts.
But I get:
I am running on a fairly up-to date Linux Mint 20.1 "Ulyssa".
My distribution already has binary distribution for qtermwidget, my only interest in compiling is I need to use this from Python (either PyQt5 or Pyside) and I was not able to find relevant bindings while I understand they should be available recompiling.
Build instructions for Python would be much appreciated.
I could help in preparing a setup.py suitable for general consumption (i.e.: for PyPi)
Thanks In Advance
Mauro
The text was updated successfully, but these errors were encountered: