Created
August 29, 2023 19:38
-
-
Save AaronNGray/d0af5db56bcaa2c0738407154ce4ad89 to your computer and use it in GitHub Desktop.
qt-everywhere-opensource-src-5.15.9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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