dlangide icon indicating copy to clipboard operation
dlangide copied to clipboard

How to build d lang ide in windows ?

Open kcvinker opened this issue 7 years ago • 4 comments

Hi , I would like to know how can i build d lang ide in windows. All i can see from Git page is this ;

Build and run with DUB:

git clone https://github.com/buggins/dlangide.git cd dlangide dub run

Where do i type this stuff to build d lang ide ? In CMD ? I have tried this method.

  1. Download dlangide master from this git page.
  2. Extract it.
  3. Open the extracted folder and run CMD from there.
  4. Typed "dub run" But cmd shows that 'dub' is not recognised. I got struck. Any help ?

kcvinker avatar Oct 28 '17 19:10 kcvinker

Did you installed dmd (D compiler) first? You can download it from here: https://dlang.org/download.html

and3md avatar Oct 29 '17 11:10 and3md

You can try install dub directly too https://code.dlang.org/download

leotada avatar Nov 20 '17 13:11 leotada

Latest DMD have DUB included.

buggins avatar Dec 04 '17 04:12 buggins

Hi, dub installed, after that, tried to build with this cmd code - "dub run --build=release --arch=x86_mscoff dlangide" But this was the error msg - "Error: module string is in file 'std\c\string.d' "

kcvinker avatar Sep 30 '18 10:09 kcvinker