Details
-
Suggestion
-
Resolution: Won't Do
-
P5: Not important
-
None
-
None
Description
A request to create a wiki article for setting up Qt on WSL Ubuntu.
The steps I followed to run Qt on WSL Ubuntu 22.04 are as follows:
- sudo apt update
- sudo apt install -y libxkbcommon-dev libxkbcommon-x11-dev
- sudo apt-get install libxcb-icccm4 libfontconfig1 libxcb-glx0 libx11-xcb1 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-sync1 libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxkbcommon-x11-0 libgl1
- sudo apt install make g++ pkg-config libgl1-mesa-dev libxcb*-dev libfontconfig1-dev libxkbcommon-x11-dev libgtk-3-dev
Attachments
Issue Links
- is duplicated by
-
QTBUG-127400 When running an application containing Qt under WSL, the error message for missing dependencies is not clear enough
-
- Closed
-