Compiling vibe.d application for Amazon ec2 instance

Seb via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Sep 14 05:13:58 PDT 2016


On Monday, 12 September 2016 at 02:14:08 UTC, Jonathan M Davis 
wrote:
> On Sunday, September 11, 2016 23:12:15 crimaniak via 
> Digitalmars-d-learn wrote:
>> [...]
>
> I've never used EC2, so I don't know what it would take to be 
> able to build in the same environment locally (though I would 
> certainly think that there would be a way do to so, and I would 
> assume that Amazon's documentation talks about it somewhere). 
> However, you can try just grabbing the .zip file for dmd and 
> putting that on your EC2 instance and using that to build your 
> program there - especially if you're in a hurry.
>
> [...]

You should try -static in ldc, it's works like a dream for me :)


More information about the Digitalmars-d-learn mailing list