Skip to content

Instantly share code, notes, and snippets.

View N0067H's full-sized avatar
🦀
Rustacean

NoobTh (SeungYeop Ryu) N0067H

🦀
Rustacean
  • 12:14 (UTC +09:00)
View GitHub Profile
@N0067H
N0067H / DebianQT.sh
Last active October 20, 2023 02:49
Installing QT5 on Debian Linux
sudo apt-get install qt-default
# If above command doesn't work, execute this
# sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools