Update BuildGuideLinux.md

This commit is contained in:
Matt Feemster 2016-03-01 18:44:43 -08:00
parent 283ed61aa4
commit 7b491c2c24

View File

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