nomad-software / tkd

GUI toolkit for the D programming language based on Tcl/Tk
MIT License
117 stars 16 forks source link

How to install this in Windows ? #60

Closed kcvinker closed 4 years ago

kcvinker commented 4 years ago

How to install this in Windows ?

nomad-software commented 4 years ago

https://github.com/nomad-software/tkd#windows-1

kcvinker commented 4 years ago

I did as you said in the read me file. This is my folder now looks like. Captured_000031 And this is the compiler message Captured_000032

nomad-software commented 4 years ago

That error message is because the DMD compiler cannot find the source files it needs. The -I switch needs the path to the appropriate source files. Using rdmd or dub would probably be easier in this case.