2018-03-26 12:41:46 +00:00
|
|
|
WIP...
|
|
|
|
|
2018-03-10 06:57:14 +00:00
|
|
|
Build
|
|
|
|
--------
|
2018-04-13 13:03:42 +00:00
|
|
|
Mac
|
2018-03-10 06:57:14 +00:00
|
|
|
```
|
|
|
|
$ qmake -spec macx-xcode
|
2018-03-26 12:41:46 +00:00
|
|
|
```
|
2018-04-13 13:03:42 +00:00
|
|
|
|
|
|
|
Windows
|
|
|
|
```
|
|
|
|
From Start Menu, Open Visual Studio 2017 Tools Command Prompt:
|
|
|
|
C:\Program Files\Microsoft Visual Studio\2017\Community>cd C:\Users\IEUser\Desktop\dust3d
|
|
|
|
C:\Users\IEUser\Desktop\dust3d>qmake DEFINES+=BOOST_INCLUDEDIR=C:\dev\boost_1_55_0\boost_1_55_0 DEFINES+=CGAL_DIR=C:\dev\CGAL-4.11.1
|
|
|
|
C:\Users\IEUser\Desktop\dust3d>nmake -f Makefile.Release
|
|
|
|
```
|