mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
Merge branch 'master' of https://bitbucket.org/mfeemster/fractorium
This commit is contained in:
commit
e902a5acf2
@ -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
|
||||
```
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user