From 7b491c2c243f0adf3507ccf93600148cf788ab70 Mon Sep 17 00:00:00 2001 From: Matt Feemster Date: Tue, 1 Mar 2016 18:44:43 -0800 Subject: [PATCH] Update BuildGuideLinux.md --- Data/BuildGuideLinux.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Data/BuildGuideLinux.md b/Data/BuildGuideLinux.md index f1ee1f0..8d250aa 100644 --- a/Data/BuildGuideLinux.md +++ b/Data/BuildGuideLinux.md @@ -31,10 +31,12 @@ Compile the binary: ``` cd fractorium -qmake +qmake main.pro -r -spec linux-g++-64 CONFIG+=release make ``` +Or open main.pro in Qt Creator and build all. + Run the binary from the release folder: ```