Add build description.

master
Jeremy Hu 2016-12-22 22:36:24 +09:30
parent ef1836ab06
commit f19af46194
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Dust3D Dust3D
========= =========
Dust3D is aim to be a quick modeling tool for game development. Currently the development is in the very early stage. Dust3D is aim to be a quick modeling tool for game development. Currently the development is in the very early stage.
Please join the discussion [reddit/r/gamedev]( https://www.reddit.com/r/gamedev/comments/5iuf3h/i_am_writting_a_3d_monster_model_generate_tool/)
Idea Idea
=========== ===========
@ -13,11 +14,14 @@ Build
============ ============
*Generate Xcode Project* *Generate Xcode Project*
``` ```
$ cd build
$ qmake -spec macx-xcode $ qmake -spec macx-xcode
``` ```
*Generate Makefile* *Generate Makefile*
``` ```
$ cd build
$ qmake $ qmake
$ make
``` ```
TODO & Progress TODO & Progress