RocketChat / Rocket.Chat.Cordova

Rocket.Chat Cross-Platform Mobile Application via Cordova (DEPRECATED)
MIT License
104 stars 109 forks source link

Can't compile on Windows #115

Open mashedkeyboard opened 8 years ago

mashedkeyboard commented 8 years ago

ImageMagick, rm -rf, and a bunch of other build commands for this fail if you're compiling in the Windows Cordova CLI. Was trying to make a port to Windows Universal, but kept failing because the code doesn't seem to like Windows commands very much. Replaced rm -rf with del /s, but then it kept failing on ImageMagick, and if that's removed it doesn't seem to build at all. :/

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Morgy93 commented 8 years ago

I already got this running using Visual Studio 2015 - so basically it does work. Maybe the former thread is of any help: https://github.com/RocketChat/Rocket.Chat.Cordova/issues/20

Morgy93 commented 8 years ago

You may now just clone this one: https://github.com/Morgy93/Rocket.Chat.Cordova/tree/visualstudio