Skip to content

Instantly share code, notes, and snippets.

View bweir's full-sized avatar
💻
Making things.

Brett Weir bweir

💻
Making things.
View GitHub Profile
@Kakadu
Kakadu / get_qt.sh
Last active June 21, 2019 21:22
Script to install Qt 5.2.1 on Ubuntu 12.04 LTS
#!/usr/bin/env bash
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty universe"
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu trusty main"
sudo apt-get update
sudo apt-get install qdbus qmlscene qt5-default qt5-qmake qtbase5-dev-tools qtchooser qtdeclarative5-dev xbitmaps xterm libqt5svg5-dev qttools5-dev qtscript5-dev qtdeclarative5-folderlistmodel-plugin qtdeclarative5-controls-plugin -y