digitalmars.D.learn - there's no gdc for windows?
- Dr.No (2/2) May 15 2018 Has gdc been supported for Windows? if so, where can I find it?
- Eugene Wissner (6/8) May 15 2018 Just the same as GCC, you need mingw or cygwin to run gdc on
- Joakim (3/5) May 17 2018 ldc has good Windows support:
Has gdc been supported for Windows? if so, where can I find it? I've only find Linux versions so far...
May 15 2018
On Tuesday, 15 May 2018 at 14:25:31 UTC, Dr.No wrote:Has gdc been supported for Windows? if so, where can I find it? I've only find Linux versions so far...Just the same as GCC, you need mingw or cygwin to run gdc on windows. Unfortunately GDC doesn't provide pre-built binaries currently, but according to GDC bugzilla there were people who successfully built GDC under mingw. Have you tried to build GDC with mingw or cygwin?
May 15 2018
On Tuesday, 15 May 2018 at 14:25:31 UTC, Dr.No wrote:Has gdc been supported for Windows? if so, where can I find it? I've only find Linux versions so far...ldc has good Windows support: https://github.com/ldc-developers/ldc/releases
May 17 2018