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: ```