Skip to content

Instantly share code, notes, and snippets.

@suryapratap1
Created July 23, 2018 08:57
Show Gist options
  • Save suryapratap1/00d0f47639eba6472d0bc042baa43540 to your computer and use it in GitHub Desktop.
Save suryapratap1/00d0f47639eba6472d0bc042baa43540 to your computer and use it in GitHub Desktop.
How to install Qt 5.10.0 released on Ubuntu
$ wget http://download.qt.io/official_releases/qt/5.10/5.10.0/qt-opensource-linux-x64-5.10.0.run
$ chmod +x qt-opensource-linux-x64-5.10.0.run
$ ./qt-opensource-linux-x64-5.10.0.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment