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