Rust's simple download script
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Mon Nov 9 15:20:16 PST 2015
On Monday, 9 November 2015 at 23:07:57 UTC, Andrei Alexandrescu
wrote:
> Rust has a nice way to download at
> https://www.rust-lang.org/downloads.html for Posix:
I actually wrote one for a friend who was having a very hard time
getting started:
http://arsdnet.net/dcode/install-d.sh
Please don't curl | sh it, but you can take a look at what it
does. Nothing terribly special, though it does install wrapper
scripts system-wide which is a rooty thing.
More information about the Digitalmars-d
mailing list