dlangide
dlangide copied to clipboard
How to build d lang ide in windows ?
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.
- Download dlangide master from this git page.
- Extract it.
- Open the extracted folder and run CMD from there.
- Typed "dub run" But cmd shows that 'dub' is not recognised. I got struck. Any help ?
Did you installed dmd (D compiler) first? You can download it from here: https://dlang.org/download.html
You can try install dub directly too https://code.dlang.org/download
Latest DMD have DUB included.
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' "