-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Description
After I cloned the dynamo-repo, I tried to compile everthing, but it fails on windows; this is the output:
C:\dev\MELF\elixir\dynamo>mix deps.compile
* Compiling mimetypes
** (Mix) could not find executable c:/dev/MELF/elixir/dynamo/deps/mimetypes/rebar to compile dependency mimetypes, please ensure c:/dev/MELF/elixir/dynamo/deps/mimetypes/rebar is available
I think this has to do with the fact that on windows the "rebar" file is not executable; we have to invoke rebar.cmd instead.