dmd compile large project

Dicebot public at dicebot.lv
Sat Jan 25 14:44:57 PST 2014


On Saturday, 25 January 2014 at 22:01:59 UTC, Erik van Velzen 
wrote:
> I just downloaded a larger project from Github without a build 
> script or anything.
>
> Is there an easy way to compile it to a library or object files?

If it has "package.json" file in root, that it is a dub 
(http://code.dlang.org/download) project. Another option can be 
that author simply expects you to do `rdmd main.d` but that is 
very unlikely for larger project.


More information about the Digitalmars-d-learn mailing list