swannodette / mori

ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript
http://swannodette.github.io/mori
3.39k stars 148 forks source link

"./scripts/build.ps1" fails to build on Windows #165

Open hansgru opened 9 years ago

hansgru commented 9 years ago

According to the main Readme, for building on Windows, the following command can be used:

./scripts/build.ps1

Unfortunately this is not working in Win 7 or 8 (32 or 64 bit). The error is:

'.' is not recognized as an internal or external command,
operable program or batch file.

How to build it on windows?

juanka881 commented 8 years ago

try running the same thing in a powershell prompt, that worked for me, but then it failed mid way through the build cause it couldn't find mori.bare.js :(, i was able to just call lein and build something that way.