This commit is contained in:
Person 2020-04-09 15:41:57 -07:00
commit e902a5acf2
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Compile the binaries, they will be created in the `Bin/release` folder.
``` ```
cd fractorium cd fractorium
qmake main.pro -r -spec linux-g++-64 CONFIG+=release qmake main.pro -r -spec linux-g++-64 CONFIG+="release native"
make make
``` ```

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 $ git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
$ cd fractorium $ 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 ### Building a `.deb` locally