mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 21:20:07 -05:00
BuildGuideQtCreator.md edited online with Bitbucket
This commit is contained in:
parent
4f2879da6f
commit
f2f5b2c5fc
@ -58,7 +58,7 @@ Go into the fractorium folder and run this script which will get the rest of the
|
|||||||
|
|
||||||
`makedeps.bat`
|
`makedeps.bat`
|
||||||
|
|
||||||
This will download and build `glm libpng libxml zlib`. You will have a folder structure like this:
|
This will download and build `glm libopenexr libpng libxml zlib`. You will have a folder structure like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
[fractorium]
|
[fractorium]
|
||||||
@ -67,6 +67,7 @@ This will download and build `glm libpng libxml zlib`. You will have a folder st
|
|||||||
├─libjpeg
|
├─libjpeg
|
||||||
├─libpng
|
├─libpng
|
||||||
├─libxml2
|
├─libxml2
|
||||||
|
├─openexr
|
||||||
├─tbb
|
├─tbb
|
||||||
└─fractorium
|
└─fractorium
|
||||||
│
|
│
|
||||||
@ -79,6 +80,20 @@ This will download and build `glm libpng libxml zlib`. You will have a folder st
|
|||||||
├─tbb.dll
|
├─tbb.dll
|
||||||
├─tbb.lib
|
├─tbb.lib
|
||||||
├─zlib.lib
|
├─zlib.lib
|
||||||
|
├─Half.lib
|
||||||
|
├─Iex.lib
|
||||||
|
├─IexMath.lib
|
||||||
|
├─IlmImf.lib
|
||||||
|
├─IlmImfUtil.lib
|
||||||
|
├─IlmThread.lib
|
||||||
|
├─Imath.lib
|
||||||
|
├─Half.dll
|
||||||
|
├─Iex-2_2.dll
|
||||||
|
├─IexMath-2_2.dll
|
||||||
|
├─IlmImf-2_2.dll
|
||||||
|
├─IlmImfUtil-2_2.dll
|
||||||
|
├─IlmThread-2_2.dll
|
||||||
|
├─Imath-2_2.dll
|
||||||
```
|
```
|
||||||
|
|
||||||
##Building with Qt Creator or Visual Studio
|
##Building with Qt Creator or Visual Studio
|
||||||
@ -153,6 +168,12 @@ fardareismai_pack_04_hoard.gradient
|
|||||||
flam3-palettes.xml
|
flam3-palettes.xml
|
||||||
fractaldesire_pack_01.gradient
|
fractaldesire_pack_01.gradient
|
||||||
fractorium.exe
|
fractorium.exe
|
||||||
|
half.dll
|
||||||
|
iex-2_2.dll
|
||||||
|
iexmath-2_2.dll
|
||||||
|
ilmimf-2_2.dll
|
||||||
|
ilmthread-2_2.dll
|
||||||
|
imath-2_2.dll
|
||||||
libxml2.dll
|
libxml2.dll
|
||||||
Qt5Core.dll
|
Qt5Core.dll
|
||||||
Qt5Gui.dll
|
Qt5Gui.dll
|
||||||
@ -201,6 +222,12 @@ or you can install [Visual C++ Redistributable Packages for Visual Studio 2015 (
|
|||||||
├─ flam3-palettes.xml
|
├─ flam3-palettes.xml
|
||||||
├─ fractaldesire_pack_01.gradient
|
├─ fractaldesire_pack_01.gradient
|
||||||
├─ fractorium.exe
|
├─ fractorium.exe
|
||||||
|
├─ half.dll
|
||||||
|
├─ iex-2_2.dll
|
||||||
|
├─ iexmath-2_2.dll
|
||||||
|
├─ ilmimf-2_2.dll
|
||||||
|
├─ ilmthread-2_2.dll
|
||||||
|
├─ imath-2_2.dll
|
||||||
├─ libxml2.dll
|
├─ libxml2.dll
|
||||||
├─ Qt5Core.dll
|
├─ Qt5Core.dll
|
||||||
├─ Qt5Gui.dll
|
├─ Qt5Gui.dll
|
||||||
|
Loading…
Reference in New Issue
Block a user