Is it's possible to install DMD/LDC/GDC on CoreOS?

Seb via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 21 07:57:15 PDT 2016


On Sunday, 21 August 2016 at 11:38:09 UTC, Suliman wrote:
> I would like to create small VPS instance with Linux distrib on 
> VPS. Can I use CoreOS as image? Would it possible to install 
> dlang there?

An alternative would be to compile your application locally, then 
copy it over to your container. I don't know how similar CoreOs 
to a typical Linux distribution is, but if it comes with the 
typical shared libraries (libm.so, libc.so, lipthread.so), this 
should be possible ;-)


More information about the Digitalmars-d-learn mailing list