digitalmars.D.learn - How to build DMD on windows ?
- Remo (6/6) Feb 28 2014 How to build DMD on windows ?
- Namespace (2/8) Feb 28 2014 http://wiki.dlang.org/Compiling_and_linking_with_DMD_on_Windows
- Vladimir Panteleev (4/10) Feb 28 2014 There is a guide for building DMD on the wiki:
- Remo (5/16) Mar 02 2014 Thanks you.
- Benjamin Thaut (9/15) Mar 03 2014 Easiest way (but you need visual studio):
- Namespace (2/21) Mar 03 2014 Thanks, good to know! :)
- Remo (3/22) Mar 03 2014 Thanks, I already found Visual Studio solution.
- Benjamin Thaut (2/24) Mar 03 2014 I think no one tried with 2013 yet. Whats the problem?
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...
Feb 28 2014
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
Feb 28 2014
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...
Feb 28 2014
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:Thanks you. Yes it could be be really helpful is this link was already in the README.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...
Mar 02 2014
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
Mar 03 2014
On Monday, 3 March 2014 at 19:51:45 UTC, Benjamin Thaut wrote:Am 28.02.2014 21:14, schrieb Remo:Thanks, good to know! :)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
Mar 03 2014
On Monday, 3 March 2014 at 19:51:45 UTC, Benjamin Thaut wrote:Am 28.02.2014 21:14, schrieb Remo:Thanks, I already found Visual Studio solution. By the way it compiles with VS2012 but not with VS2013.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
Mar 03 2014
Am 03.03.2014 21:49, schrieb Remo:On Monday, 3 March 2014 at 19:51:45 UTC, Benjamin Thaut wrote:I think no one tried with 2013 yet. Whats the problem?Am 28.02.2014 21:14, schrieb Remo:Thanks, I already found Visual Studio solution. By the way it compiles with VS2012 but not with VS2013.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
Mar 03 2014