Skip to content

Instantly share code, notes, and snippets.

View Ruilx's full-sized avatar
😼
nyaning

Ruilx Ruilx

😼
nyaning
View GitHub Profile
@zhiyb
zhiyb / Makefile
Last active December 3, 2017 00:04
Building Qt and QtCreator from git using Makefile
# https://wiki.qt.io/Building_Qt_5_from_Git
# https://wiki.qt.io/Building_Qt_Creator_from_Git
# https://www.raspberrypi.org/forums/viewtopic.php?f=33&t=106432
#GIT_FLAGS ?= --depth 1
INSTALL_SUDO ?= sudo
QT_GIT_URI ?= git://code.qt.io/qt/qt5.git
QT_GIT_TAG ?= -b 5.10
QT_INSTALL ?= /opt/Qt/g$$(git rev-list -n1 --abbrev-commit HEAD)