target is "smugglerl", add a "BUGS.md"
[SmugglerRL.git] / README.md
blob870c8aa2ab3ae36c5bda7c6cc1656c55f8fc1044
1 ![Build Status](https://api.travis-ci.org/Elronnd/SmugglerRL.svg?branch=master)
3 This is a roguelike written in D.  You're exploring caverns...probably.  But also other stuff.  It can be called either DiggerRL or diggerl, with those exact spellings and case.  You should probably use llvm (ldc2) to compile it, because it doesn't take as long.  
5 To build, do this:
7     dub build --compiler=ldc2
9 Or this:
11     dub build --compiler=gdc
13 The flag "--build=release" is unnecessary, as aggressive optimizations are already enabled.  The use of dmd is HIGHLY disrecommended, because it doesn't know how to optimize.  Expect it to take a long time to start up, as the maps are quite large.