digitalmars.D.learn - Installing DMD From Zip
- Mike Parker (5/5) Feb 26 2015 Once upon a time, there were instructions linked from the DMD
- Jonathan M Davis via Digitalmars-d-learn (7/12) Feb 26 2015 I'd just tell them to unzip it wherever they wanted it and add the bin
- Mike Parker (4/9) Feb 26 2015 Looks like the same can be said for the page that used to give details
- Jonathan M Davis via Digitalmars-d-learn (6/13) Feb 26 2015 I think that it was the same page, though I could be remembering wrong.
- anonymous (13/20) Feb 26 2015 The pages are still there, they're just not linked from anywhere
- Mike Parker (2/13) Feb 26 2015 Thanks!
Once upon a time, there were instructions linked from the DMD download page explaining how to install from the zip file on each platform. I can't find anything about it now, not from dlang.org or from the wiki. Is it still out there somewhere? I need a page to point people at.
Feb 26 2015
On Thursday, February 26, 2015 10:10:45 Mike Parker via Digitalmars-d-learn wrote:Once upon a time, there were instructions linked from the DMD download page explaining how to install from the zip file on each platform. I can't find anything about it now, not from dlang.org or from the wiki. Is it still out there somewhere? I need a page to point people at.I'd just tell them to unzip it wherever they wanted it and add the bin directory for their platform for it to their PATH. As I recall, that's all that's required to get it to work. As for the page in question, it looks like it was probably lost in the site redesign. - Jonathan M Davis
Feb 26 2015
On 2/26/2015 7:26 PM, Jonathan M Davis via Digitalmars-d-learn wrote:I'd just tell them to unzip it wherever they wanted it and add the bin directory for their platform for it to their PATH. As I recall, that's all that's required to get it to work.Yes, that's about all I can do without that page to link to.As for the page in question, it looks like it was probably lost in the site redesign.Looks like the same can be said for the page that used to give details about the compiler command line options.
Feb 26 2015
On Thursday, February 26, 2015 19:47:20 Mike Parker via Digitalmars-d-learn wrote:On 2/26/2015 7:26 PM, Jonathan M Davis via Digitalmars-d-learn wrote:I think that it was the same page, though I could be remembering wrong. Several articles are missing as well (e.g. the one on std.datetime and the one on arrays), so I don't know how careful they really were in updating the website. - Jonathan M DavisAs for the page in question, it looks like it was probably lost in the site redesign.Looks like the same can be said for the page that used to give details about the compiler command line options.
Feb 26 2015
On Thursday, 26 February 2015 at 10:55:40 UTC, Jonathan M Davis wrote:I think that it was the same page, though I could be remembering wrong. Several articles are missing as well (e.g. the one on std.datetime and the one on arrays), so I don't know how careful they really were in updating the website.The pages are still there, they're just not linked from anywhere (except for the sitemap). I don't know what happened. On dmd (installation, flags, etc): http://dlang.org/dmd-linux.html http://dlang.org/dmd-windows.html http://dlang.org/dmd-osx.html http://dlang.org/dmd-freebsd.html "Introduction to std.datetime": http://dlang.org/intro-to-datetime.html "D Slices": http://dlang.org/d-array-article.html
Feb 26 2015
On 2/26/2015 10:06 PM, anonymous wrote:The pages are still there, they're just not linked from anywhere (except for the sitemap). I don't know what happened. On dmd (installation, flags, etc): http://dlang.org/dmd-linux.html http://dlang.org/dmd-windows.html http://dlang.org/dmd-osx.html http://dlang.org/dmd-freebsd.html "Introduction to std.datetime": http://dlang.org/intro-to-datetime.html "D Slices": http://dlang.org/d-array-article.htmlThanks!
Feb 26 2015