Site Tools


uop:uop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
uop:uop [2024/11/11 15:15] 2001:718:2:1901:0:1:94bc:a64auop:uop [2024/12/16 15:47] (current) – [Windows Subsytem for Linux] 2001:718:2:1901:0:1:94bc:a64a
Line 16: Line 16:
   * [[https://raw.githubusercontent.com/abhinavkorpal/awesome-computer-science-EBook/master/DesignPatterns/Thinking%20in%20Patterns%20in%20Java-%20Bruce%20Eckel.pdf|Bruce Eckel: Thinking in Patterns in Java]]   * [[https://raw.githubusercontent.com/abhinavkorpal/awesome-computer-science-EBook/master/DesignPatterns/Thinking%20in%20Patterns%20in%20Java-%20Bruce%20Eckel.pdf|Bruce Eckel: Thinking in Patterns in Java]]
  
 +====== 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://gitlab.fjfi.cvut.cz/culikzde/uop
 +</code>
  
 ====== 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