Dreams come true: Compiling and running linux apps on windows :)

Andre Pany via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Aug 6 10:34:14 PDT 2016


Hi,

there is a new feature with the recent windows 10 update.
You now can compile and run your linux apps (console only) on 
windows.

The build script is working fine:
curl -fsS https://dlang.org/install.sh | bash -s dmd

The only thing you need is to install the build-essential package
> sudo apt-get install build-essential

A simple hello world application is running fine.
Network functionality not tested so far.

Kind regards
André





More information about the Digitalmars-d-announce mailing list