I have been following the directions here: https://docs.mattermost.com/developer/mobile-developer-setup.html in order to compile the android app.
But the thing is that I am working off of a Windows box and not Mac OS, so a lot of these instructions don’t apply.
I have all of the dependencies installed, node, etc. But when I run make, I get:
C:\Users\joe\mattermost\mattermost-mobile>make pre-run
’make’ is not recognized as an internal or external command,
operable program or batch file.
Does anyone have any tips?
Joe