[dmd-internals] Building dmd

Brad Roberts braddr at puremagic.com
Fri Jan 28 00:05:57 PST 2011


On 1/27/2011 11:37 PM, Jonathan M Davis wrote:
> Is there enough to build dmd in the github repository? It doesn't seem to have 
> any makefiles aside from one in the test directory, which presumably builds the 
> tests. How do you build the actual compiler?
> 
> - Jonathan M Davis

make -f linux.mak
make -f win32.mak
make -f freebsd.mak
make -f osx.mak
make -f solaris.mak

Choose your poison.


More information about the dmd-internals mailing list