Skip to content

Instantly share code, notes, and snippets.

View DerPauli's full-sized avatar
📧
consulting@codezenith.com

Paul Merker DerPauli

📧
consulting@codezenith.com
View GitHub Profile
# Important options for qt's ./configure script as found in 'https://code.qt.io/qt/qt5.git'
./configure
-prefix /home/{{ sytem_user }}/Qt
-opensource
-release
-shared
-c++std c++11
-nomake examples
-nomake tests