-
Notifications
You must be signed in to change notification settings - Fork 0
Build
Crom (Thibaut CHARLES) edited this page Feb 25, 2014
·
1 revision
Make encapsulates the dub calls
#!bash
make deps
#!bash
make
#!bash
make unittest
Cross GDC must be installed and in the path. See GDC for cross builds ARM
#!bash
export PATH=$PATH:/opt/arm-unknown-linux-gnueabi/bin/
#!bash
make cross
#!bash
make crossunittest
#!bash
make crossrelease
You need ddox installed. See Documentation generation
#!bash
make crossrelease
Authors:
- Thomas Abot (Triskell)
- Thibaut Charles (CromFr)