BuildGuideLinux.md edited online with Bitbucket

This commit is contained in:
Matt Feemster 2020-04-09 22:33:51 +00:00
parent d2893010f0
commit 5a6ccaa9fd

View File

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