digitalmars.D.ldc - can't setup ldc on Windows
- greatsam4sure (6/6) Dec 21 2017 This is the second time, I am asking for help on how to setup ldc
- kinke (8/14) Dec 21 2017 You'll most likely have more luck with searching/asking for VS
This is the second time, I am asking for help on how to setup ldc on Windows to work with workspace so as to use visual studio code as my proper idea for coding dlang. Please, I need the step by step ways on how to setup ldc on Windows. Thanks in advance
Dec 21 2017
On Thursday, 21 December 2017 at 18:22:38 UTC, greatsam4sure wrote:This is the second time, I am asking for help on how to setup ldc on Windows to work with workspace so as to use visual studio code as my proper idea for coding dlang. Please, I need the step by step ways on how to setup ldc on Windows. Thanks in advanceYou'll most likely have more luck with searching/asking for VS Code integration of DMD. Adapting it to LDC should be trivial (dmd.exe => ldmd2.exe, use import dirs `import` and `import\ldc`, and the correct lib directory). Also make sure you have Visual Studio or the Visual C++ Build Tools installed, as emphasized in README.txt.
Dec 21 2017