lloeki / matterfront

Mattermost frontend app for OS X, Windows and Linux
MIT License
152 stars 27 forks source link

how to compile on windows? #17

Closed gitthismoney closed 8 years ago

gitthismoney commented 8 years ago

can someone provide me info on how to compile an exe of this? I did get the os x version working, thanks.

LongLiveCHIEF commented 8 years ago

I'm working on a PR that will allow this easily from any machine. You'll need to have node and npm installed.

LongLiveCHIEF commented 8 years ago

@gitthismoney you can pull my PR, or wait for the merge: https://github.com/lloeki/matterfront/pull/19

LongLiveCHIEF commented 8 years ago

This has been merged. You can now follow the instructions on the README for Build your own app.

The default build now compiles an executable for every platform.