[dmd-internals] Building dmd
Jonathan M Davis
jmdavisProg at gmx.com
Fri Jan 28 00:14:39 PST 2011
On Friday 28 January 2011 00:05:57 Brad Roberts wrote:
> 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.
Okay. Duh. Idiot me. I'm not sure why I didn't see them. That's how druntime and
phobos are after all... Thanks for the info and sorry for the noise.
- Jonathan M Davis
More information about the dmd-internals
mailing list