From 5a6ccaa9fd9bf7297336ea55b58bb08fe4377b4b Mon Sep 17 00:00:00 2001 From: Matt Feemster Date: Thu, 9 Apr 2020 22:33:51 +0000 Subject: [PATCH 1/2] BuildGuideLinux.md edited online with Bitbucket --- Data/BuildGuideLinux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/BuildGuideLinux.md b/Data/BuildGuideLinux.md index 5be1688..b680ef8 100644 --- a/Data/BuildGuideLinux.md +++ b/Data/BuildGuideLinux.md @@ -46,7 +46,7 @@ Compile the binaries, they will be created in the `Bin/release` folder. ``` cd fractorium -qmake main.pro -r -spec linux-g++-64 CONFIG+=release +qmake main.pro -r -spec linux-g++-64 CONFIG+="release native" make ``` From 7d63b25ec8a62497fc4c13d09d8492d224842541 Mon Sep 17 00:00:00 2001 From: Matt Feemster Date: Thu, 9 Apr 2020 22:35:16 +0000 Subject: [PATCH 2/2] LinuxRelease.md edited online with Bitbucket --- Data/LinuxRelease.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/LinuxRelease.md b/Data/LinuxRelease.md index 9f8b626..d6970a0 100644 --- a/Data/LinuxRelease.md +++ b/Data/LinuxRelease.md @@ -10,7 +10,7 @@ Starting with a fresh clone from bitbucket.org. It will not work unless it's tot ``` $ git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git $ cd fractorium -$ qmake main.pro -r -spec linux-g++-64 CONFIG+=release +$ qmake main.pro -r -spec linux-g++-64 CONFIG+="release native" ``` ### Building a `.deb` locally