mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-23 05:21:33 -05:00
Merge branch 'master' of https://github.com/mfeemster/fractorium.git
This commit is contained in:
commit
65be0143ff
@ -86,13 +86,13 @@ This will download and build `glm libpng libxml zlib`. You will have a folder st
|
|||||||
###Begin build with Qt Creator
|
###Begin build with Qt Creator
|
||||||
|
|
||||||
Open the Qt Project `fractorium/main.pro` using Qt Creator with the default config of *Desktop Qt [version] MSVC2013 64bit*.
|
Open the Qt Project `fractorium/main.pro` using Qt Creator with the default config of *Desktop Qt [version] MSVC2013 64bit*.
|
||||||
Select *Shadow build* in *Edit build configuration* for both *Debug* and *Release*.
|
Make sure *Shadow build* in *Edit build configuration* for both *Debug* and *Release* is unchecked.
|
||||||
|
|
||||||
Switch to the *Release* configuration.
|
Switch to the *Release* configuration.
|
||||||
|
|
||||||
Under *Build Steps*, add an additional argument of `install` to the `make` command to force all dependencies to be copied to the output folder. The final make command should look like:
|
Under *Build Steps*, add an additional argument of `install` to the `make` command to force all dependencies to be copied to the output folder. The final make command should look like:
|
||||||
|
|
||||||
`jom.exe install in /path/to/your/build/build-main-Desktop_Qt_5_5_1_MSVC2013_64bit-Release`
|
`jom.exe install in /path/to/fractorium`
|
||||||
|
|
||||||
Ensure all projects are in the *Release* configuration and build main.pro.
|
Ensure all projects are in the *Release* configuration and build main.pro.
|
||||||
|
|
||||||
@ -134,13 +134,13 @@ The output contents will be:
|
|||||||
|
|
||||||
```
|
```
|
||||||
dark.qss
|
dark.qss
|
||||||
Ember.dll
|
ember.dll
|
||||||
Ember.exp
|
ember.exp
|
||||||
Ember.lib
|
ember.lib
|
||||||
emberanimate.exe
|
emberanimate.exe
|
||||||
EmberCL.dll
|
embercl.dll
|
||||||
EmberCL.exp
|
embercl.exp
|
||||||
EmberCL.lib
|
embercl.lib
|
||||||
embergenome.exe
|
embergenome.exe
|
||||||
emberrender.exe
|
emberrender.exe
|
||||||
flam3-palettes.xml
|
flam3-palettes.xml
|
||||||
@ -171,9 +171,9 @@ or you can install [Visual C++ Redistributable Packages for Visual Studio 2013 (
|
|||||||
[YOUR FOLDER]
|
[YOUR FOLDER]
|
||||||
│
|
│
|
||||||
├─ dark.qss
|
├─ dark.qss
|
||||||
├─ Ember.dll
|
├─ ember.dll
|
||||||
├─ emberanimate.exe
|
├─ emberanimate.exe
|
||||||
├─ EmberCL.dll
|
├─ embercl.dll
|
||||||
├─ embergenome.exe
|
├─ embergenome.exe
|
||||||
├─ emberrender.exe
|
├─ emberrender.exe
|
||||||
├─ flam3-palettes.xml
|
├─ flam3-palettes.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user