uop:uop
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
uop:uop [2024/11/11 15:15] – 2001:718:2:1901:0:1:94bc:a64a | uop:uop [2024/12/16 15:47] (current) – [Windows Subsytem for Linux] 2001:718:2:1901:0:1:94bc:a64a | ||
---|---|---|---|
Line 16: | Line 16: | ||
* [[https:// | * [[https:// | ||
+ | ====== Windows Subsytem for Linux ===== | ||
+ | |||
+ | <code bash> | ||
+ | wsl --list --online | ||
+ | wsl --install Ubuntu | ||
+ | |||
+ | sudo apt update | ||
+ | sudo apt install mc | ||
+ | sudo apt install python-is-python3 | ||
+ | sudo apt install python3-pyqt5 | ||
+ | |||
+ | sudo apt install qtcreator | ||
+ | sudo apt install qtbase5-dev | ||
+ | sudo apt install qttools5-dev-tools | ||
+ | |||
+ | sudo apt install clang llvm lldb libclang-dev llvm-dev liblldb-dev | ||
+ | sudo apt install ccache gcc gdb | ||
+ | |||
+ | git clone https:// | ||
+ | </ | ||
====== Python a Qt ===== | ====== Python a Qt ===== |
uop/uop.1731338107.txt.gz · Last modified: 2024/11/11 15:15 by 2001:718:2:1901:0:1:94bc:a64a