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
Just in case you want to update your building hints for Linux:
A student of mine was Building on WSL2 and commented that he had to do some updates to make it work:
Changes:
python3-opencv, not available any more.
wget, old link was "http" (is corrected automatic), but showed on an old not available version. Seem to be that those kind of links will be present not for long, the newest (Qt 5.15) mentions this in a doc there on the site)
had also to install sudo apt-get install libxkbcommon-x11-0 to make it work (maybe just an WSL2 thing?)
Best regards
The text was updated successfully, but these errors were encountered:
Just in case you want to update your building hints for Linux:
A student of mine was Building on WSL2 and commented that he had to do some updates to make it work:
Changes:
sudo apt-get install libxkbcommon-x11-0
to make it work (maybe just an WSL2 thing?)Best regards
The text was updated successfully, but these errors were encountered: