-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about dependencies #47
Comments
I notice that it's possible to run |
You actually don't need to install protobuf to run Matcha, its only needed when building "custom views", and even then you could substitute in JSON. I don't think the NDK from Homebrew will work. You should install it through Android Studio > SDK Manager > SDK Tools > NDK. |
Also its not documented but it expects the $ANDROID_HOME environmental variable to point to the the android sdk, usually this is |
Cool! Thanks for the reply. I'll try to complete the installation in the morning when I'm not so tired and I have some coffee inside of me! |
Clicking the |
Hello, I am following the page at https://gomatcha.io/guide/installation/ which asks for these packages to be installed:
I am confused about how to handle the
Protobuf 3.3
packages. After googling Protobuf I discovered that there are separate.zip
file downloads forObjective C
andJava
. I duly downloaded these zip files but it is not clear how to install them or how to proceed.A folder comparison utility reveals that the 2 zip files are probably 98% identical - surely they are not intended to be installed separately!
I appreciate that you are not responsible for the installation of other packages, but where those packages are so poorly documented, it would be useful to have some clue offered.
The NDK package was a struggle to install as well. I eventually found a page with, as it transpired, out of date instructions which told me to use homebrew to install NDK. After posting a question to Homebrew's forum I got an answer which let me proceed.
To recap, then, how do I install Protobuf 3.3, so that I can actually start using Matcha?
The text was updated successfully, but these errors were encountered: