www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Can someone give me simple instructions on how to build 64-bit DMD

reply Akira1364 <operator97 gmail.com> writes:
I've read through the available documentation, but it's all 
incredibly brief and vague. What file specifically do I need to 
edit to point to my Visual Studio instance? Should I use 
Win32.mak, or the "VCBUILD" solution? E.t.c.....
Jan 30 2016
parent Manu via Digitalmars-d <digitalmars-d puremagic.com> writes:
Clone DMD, make sure you have the *latest* VisualD installed
(https://github.com/D-Programming-Language/visuald/releases), open
src\vcbuild\dmd.sln, build.
I use VS2015. YMMV ;)

On 31 January 2016 at 08:59, Akira1364 via Digitalmars-d
<digitalmars-d puremagic.com> wrote:
 I've read through the available documentation, but it's all incredibly brief
 and vague. What file specifically do I need to edit to point to my Visual
 Studio instance? Should I use Win32.mak, or the "VCBUILD" solution?
 E.t.c.....
Jan 30 2016