You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wookey and I have been working on getting cavewhere built/packaged on debian 11 Bullseye. So I'll include some working notes on dependencies s.t. they can eventually get incorporated into documentation.
Run Dependencies: qml-module-qtquick-dialogs qml-module-qtquick-window2 qml-module-qt-labs-settings qml-module-qtquick-controls qml-module-qtquick-controls2
Provided you have the repo and submodules checked out and updated, building is a simple matter of qbs resolve; qbs build. 6 test cases currently fail out of 105, although it is unclear why. Further, 1320 bytes of memory are leaked. As this is preliminary testing, I won't post the debug output for the test cases presently.
The text was updated successfully, but these errors were encountered:
Wookey and I have been working on getting cavewhere built/packaged on debian 11 Bullseye. So I'll include some working notes on dependencies s.t. they can eventually get incorporated into documentation.
For 0.09 with 3b8814c applied:
Build Dependencies:
qbs qtbase5-dev libprotobuf-dev libglu1-mesa-dev mesa-common-dev libsqlite3-dev libqt5opengl5-dev qtdeclarative5-dev qtquickcontrols2-5-dev libqt5quick5 libqt5svg5-dev
Run Dependencies:
qml-module-qtquick-dialogs qml-module-qtquick-window2 qml-module-qt-labs-settings qml-module-qtquick-controls qml-module-qtquick-controls2
Provided you have the repo and submodules checked out and updated, building is a simple matter of
qbs resolve; qbs build
. 6 test cases currently fail out of 105, although it is unclear why. Further, 1320 bytes of memory are leaked. As this is preliminary testing, I won't post the debug output for the test cases presently.The text was updated successfully, but these errors were encountered: