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

2016-08-07 Thread Abdulhaq via Digitalmars-d-announce
On Saturday, 6 August 2016 at 17:34:14 UTC, Andre Pany wrote: 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. Install XMing and run GUI apps too!

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

2016-08-07 Thread Mike via Digitalmars-d-announce
On Saturday, 6 August 2016 at 17:34:14 UTC, Andre Pany wrote: there is a new feature with the recent windows 10 update. You now can compile and run your linux apps (console only) on windows. For those who might not be aware of this and are looking for a little more info, it's called the

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

2016-08-07 Thread Mike via Digitalmars-d-announce
On Sunday, 7 August 2016 at 03:06:27 UTC, Martin Nowak wrote: What OS does it detect and download? $lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.4 LTS Release:14.04 Codename: trusty

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

2016-08-07 Thread Zardoz via Digitalmars-d-announce
On Sunday, 7 August 2016 at 08:07:37 UTC, Andre Pany wrote: On Sunday, 7 August 2016 at 03:06:27 UTC, Martin Nowak wrote: Good news, I'm really not that keen to write a powershell script. What OS does it detect and download? I am not sure how to get this information. The windows

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

2016-08-07 Thread Dicebot via Digitalmars-d-announce
On Sunday, 7 August 2016 at 03:06:27 UTC, Martin Nowak wrote: On Saturday, 6 August 2016 at 17:34:14 UTC, Andre Pany wrote: The build script is working fine: curl -fsS https://dlang.org/install.sh | bash -s dmd Good news, I'm really not that keen to write a powershell script. What OS does

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

2016-08-06 Thread Martin Nowak via Digitalmars-d-announce
On Saturday, 6 August 2016 at 17:34:14 UTC, Andre Pany wrote: The build script is working fine: curl -fsS https://dlang.org/install.sh | bash -s dmd Good news, I'm really not that keen to write a powershell script. What OS does it detect and download?

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

2016-08-06 Thread Andre Pany via Digitalmars-d-announce
On Saturday, 6 August 2016 at 17:48:43 UTC, Rattle Weird Hole wrote: what are concret applications ? For me it is the possibility to develop applications for the amazon web services cloud while not leaving my windows system. I am used to windows but now I have the possibility to also develop

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

2016-08-06 Thread Rattle Weird Hole via Digitalmars-d-announce
On Saturday, 6 August 2016 at 17:34:14 UTC, Andre Pany wrote: 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

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

2016-08-06 Thread Andre Pany via Digitalmars-d-announce
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