From bb39214b0c1b686a10b2cbd5847f51c2478a4e99 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 7 May 2017 18:38:20 +0200 Subject: [PATCH] Update BUILDING.md [ci skip] --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 7b92bda..8c98b43 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -10,7 +10,7 @@ So, if you still think you would like to compile from source, here are the steps sudo apt-get -y install git g++ libgl1-mesa-dev git clone https://github.com/probonopd/linuxdeployqt.git # Then build in Qt Creator, or use -export PATH=/tmp/.mount_QtCreator-*-x86_64/5.7/gcc_64/bin/:$PATH +export PATH=/tmp/.mount_QtCreator-*-x86_64/*/gcc_64/bin/:$PATH cd linuxdeployqt qmake linuxdeployqt.pro make