Skip to content

Instantly share code, notes, and snippets.

@AaronNGray
Created August 29, 2023 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AaronNGray/d0af5db56bcaa2c0738407154ce4ad89 to your computer and use it in GitHub Desktop.
Save AaronNGray/d0af5db56bcaa2c0738407154ce4ad89 to your computer and use it in GitHub Desktop.
qt-everywhere-opensource-src-5.15.9
tar xf ~/Downloads/qt-everywhere-opensource-src-5.15.9.tar.xz
cd qt-everywhere-src-5.15.9
mkdir build
cd build
../configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment