Precompiled binaries of DWT for windows?
Jacob Carlborg via Digitalmars-d-dwt
digitalmars-d-dwt at puremagic.com
Tue Jul 1 03:20:01 PDT 2014
On 2014-07-01 08:29, pgtkda wrote:
> Okay, i created the missing folders. But now if i type this in my console:
>
> C:\Program Files (x86)\dmd.2.063.2\dmd2\windows\bin>rdmd build base swt
> (in C:\Program Files (x86)\dmd.2.063.2\dmd2\windows\bin)
> Building dwt-base
> workdir=>C:\Program Files (x86)\dmd.2.063.2\dmd2\windows\bin\base\src
> dmd.exe @C:\Program Files (x86)\dmd.2.063.2\dmd2\windows\bin\rsp
> The command "dmd.exe" is either misspelled or could not be found.
As I answered to your previous post, you run that command in directory
where DWT is located. You also need to be able to access "rdmd" and
"dmd" from the command line, anywhere. I don't know how you have
installed "dmd" but I looks like it's not added to your PATH environment
variable.
--
/Jacob Carlborg
More information about the Digitalmars-d-dwt
mailing list