LinuxRelease.md edited online with Bitbucket

This commit is contained in:
Matt Feemster 2020-04-09 22:35:16 +00:00
parent 5a6ccaa9fd
commit 7d63b25ec8

View File

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