Re: How to build DMD on windows ?

2014-03-03 Thread Benjamin Thaut

Am 03.03.2014 21:49, schrieb Remo:

On Monday, 3 March 2014 at 19:51:45 UTC, Benjamin Thaut wrote:

Am 28.02.2014 21:14, schrieb Remo:

How to build DMD on windows ?
And then run all the test for it?
README.md is pretty empty at the moment.

Of course it is possible to wait for some Fixes in DMD compiler may be
it could be faster just to fix them by my self and then hope that the
fix will be accepted...



Easiest way (but you need visual studio):
1) checkout the latest version (or a tag) from
https://github.com/D-Programming-Language/dmd
2) Open the Visual Studio solution src/dmd_msc_vs10.sln and build
using the release target. Benefit from a compiler which is 3 times
faster compared to a dmd build with dmc.

Kind Regards
Benjamin Thaut


Thanks,  I already found Visual Studio solution.
By the way it compiles with VS2012 but not with VS2013.


I think no one tried with 2013 yet. Whats the problem?


Re: How to build DMD on windows ?

2014-03-03 Thread Remo

On Monday, 3 March 2014 at 19:51:45 UTC, Benjamin Thaut wrote:

Am 28.02.2014 21:14, schrieb Remo:

How to build DMD on windows ?
And then run all the test for it?
README.md is pretty empty at the moment.

Of course it is possible to wait for some Fixes in DMD 
compiler may be
it could be faster just to fix them by my self and then hope 
that the

fix will be accepted...



Easiest way (but you need visual studio):
1) checkout the latest version (or a tag) from 
https://github.com/D-Programming-Language/dmd
2) Open the Visual Studio solution src/dmd_msc_vs10.sln and 
build using the release target. Benefit from a compiler which 
is 3 times faster compared to a dmd build with dmc.


Kind Regards
Benjamin Thaut


Thanks,  I already found Visual Studio solution.
By the way it compiles with VS2012 but not with VS2013.


Re: How to build DMD on windows ?

2014-03-03 Thread Namespace

On Monday, 3 March 2014 at 19:51:45 UTC, Benjamin Thaut wrote:

Am 28.02.2014 21:14, schrieb Remo:

How to build DMD on windows ?
And then run all the test for it?
README.md is pretty empty at the moment.

Of course it is possible to wait for some Fixes in DMD 
compiler may be
it could be faster just to fix them by my self and then hope 
that the

fix will be accepted...



Easiest way (but you need visual studio):
1) checkout the latest version (or a tag) from 
https://github.com/D-Programming-Language/dmd
2) Open the Visual Studio solution src/dmd_msc_vs10.sln and 
build using the release target. Benefit from a compiler which 
is 3 times faster compared to a dmd build with dmc.


Kind Regards
Benjamin Thaut


Thanks, good to know! :)


Re: How to build DMD on windows ?

2014-03-03 Thread Benjamin Thaut

Am 28.02.2014 21:14, schrieb Remo:

How to build DMD on windows ?
And then run all the test for it?
README.md is pretty empty at the moment.

Of course it is possible to wait for some Fixes in DMD compiler may be
it could be faster just to fix them by my self and then hope that the
fix will be accepted...



Easiest way (but you need visual studio):
1) checkout the latest version (or a tag) from 
https://github.com/D-Programming-Language/dmd
2) Open the Visual Studio solution src/dmd_msc_vs10.sln and build using 
the release target. Benefit from a compiler which is 3 times faster 
compared to a dmd build with dmc.


Kind Regards
Benjamin Thaut


Re: How to build DMD on windows ?

2014-03-02 Thread Remo
On Friday, 28 February 2014 at 22:27:12 UTC, Vladimir Panteleev 
wrote:

On Friday, 28 February 2014 at 20:14:26 UTC, Remo wrote:

How to build DMD on windows ?
And then run all the test for it?
README.md is pretty empty at the moment.

Of course it is possible to wait for some Fixes in DMD 
compiler may be it could be faster just to fix them by my self 
and then hope that the fix will be accepted...


There is a guide for building DMD on the wiki:

http://wiki.dlang.org/Building_DMD

Maybe it should be linked to from the README...


Thanks you.
Yes it could be be really helpful is this link was already in the 
README.


Re: How to build DMD on windows ?

2014-02-28 Thread Vladimir Panteleev

On Friday, 28 February 2014 at 20:14:26 UTC, Remo wrote:

How to build DMD on windows ?
And then run all the test for it?
README.md is pretty empty at the moment.

Of course it is possible to wait for some Fixes in DMD compiler 
may be it could be faster just to fix them by my self and then 
hope that the fix will be accepted...


There is a guide for building DMD on the wiki:

http://wiki.dlang.org/Building_DMD

Maybe it should be linked to from the README...


Re: How to build DMD on windows ?

2014-02-28 Thread Namespace

On Friday, 28 February 2014 at 20:14:26 UTC, Remo wrote:

How to build DMD on windows ?
And then run all the test for it?
README.md is pretty empty at the moment.

Of course it is possible to wait for some Fixes in DMD compiler 
may be it could be faster just to fix them by my self and then 
hope that the fix will be accepted...


http://wiki.dlang.org/Compiling_and_linking_with_DMD_on_Windows


How to build DMD on windows ?

2014-02-28 Thread Remo

How to build DMD on windows ?
And then run all the test for it?
README.md is pretty empty at the moment.

Of course it is possible to wait for some Fixes in DMD compiler 
may be it could be faster just to fix them by my self and then 
hope that the fix will be accepted...