mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 21:20:07 -05:00
Update BuildGuideQtCreator.md
This commit is contained in:
parent
2d19b8a948
commit
d64b7023e9
@ -69,6 +69,17 @@ Switch to `Release` configuration for all projects and build.
|
|||||||
|
|
||||||
The outputs will be placed in `fractorium\Bin\release` several minutes later if no error occurs.
|
The outputs will be placed in `fractorium\Bin\release` several minutes later if no error occurs.
|
||||||
|
|
||||||
|
##Begin build with Visual Studio:
|
||||||
|
Open the file Fractorium.sln under Builds/MSVC/2013
|
||||||
|
|
||||||
|
Set the configuration to release, and build all.
|
||||||
|
|
||||||
|
The outputs will be the same and will be placed in:
|
||||||
|
|
||||||
|
`Bin/x64/Release
|
||||||
|
|
||||||
|
Regardless of the IDE chosen, the output folder will have these contents:
|
||||||
|
|
||||||
```
|
```
|
||||||
Ember.dll
|
Ember.dll
|
||||||
Ember.exp
|
Ember.exp
|
||||||
@ -81,18 +92,11 @@ embergenome.exe
|
|||||||
emberrender.exe
|
emberrender.exe
|
||||||
fractorium.exe
|
fractorium.exe
|
||||||
```
|
```
|
||||||
##Begin build with Visual Studio:
|
|
||||||
Open the file Fractorium.sln under Builds/MSVC/2013
|
|
||||||
|
|
||||||
Set the configuration to release, and build all.
|
|
||||||
|
|
||||||
The outputs will be the same and will be placed in:
|
|
||||||
|
|
||||||
`Bin/x64/Release
|
|
||||||
|
|
||||||
To run it, just double click any of the .exe files.
|
To run it, just double click any of the .exe files.
|
||||||
|
|
||||||
To run it on a machine which does not have Qt installed, put the .exe and .dll files above along with these files together in one folder
|
To run it on a machine which does not have Qt installed, put the .exe and .dll files above along with these files together in one folder
|
||||||
|
|
||||||
```
|
```
|
||||||
Qt5.5.1\5.5\msvc2013_64\bin\Qt5Core.dll
|
Qt5.5.1\5.5\msvc2013_64\bin\Qt5Core.dll
|
||||||
Qt5.5.1\5.5\msvc2013_64\bin\Qt5Gui.dll
|
Qt5.5.1\5.5\msvc2013_64\bin\Qt5Gui.dll
|
||||||
@ -140,5 +144,3 @@ or you can install *Visual C++ Redistributable Packages for Visual Studio 2013 (
|
|||||||
└─platforms
|
└─platforms
|
||||||
qwindows.dll
|
qwindows.dll
|
||||||
```
|
```
|
||||||
|
|
||||||
####Have Fun!
|
|
||||||
|
Loading…
Reference in New Issue
Block a user