-
Notifications
You must be signed in to change notification settings - Fork 109
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
Improved documentation for installing on macOS #169
Comments
I did not build from source on an M2 MacBook Pro, just used the release tarball, and didn't need the additional steps for brew/curl, just as a point of confirmation. |
You've likely already seen this, but just to flag that I ran into an issue with installation on |
@blanchardjeremy your install steps look correct to me with the caveat that homebrew and adb don't actually need to be installed, the install script will download the latest version of adb if it can't be found. And you are right about steps that are not needed. I would be happy to accept a pull request. It would also be good if you could note that these are the steps for m1/m2 macs and that intel macs will need a different process as @aaronkarp123 mentions above. |
@aaronkarp123 - I'll make a PR for the M1/M2/silicon macs. Do you want to make one afterward for Intel macs? |
Sure thing- I'll wait till yours is approved since you added the spot for it to go, then will put in NyarlaCat's compiled solution for Intel macs. |
Hey folks!
It took me a bit of fussing around to figure out how to get this working on my mac. I'd love to submit a pull request for slight improvements to the README documentation to handle edge case questions a little better and maek sure it's clear start-to-finish.
Here's what I had to do. I think some of these steps might not actually be necessary since I temporarily went down a route of compiling it myself, which ended up not being necessary.
Request - could others confirm if this is what they did? Or ideally, could someone try this from scratch and see if they can get it working following these exact steps.
Equipment
I was using the following equipment:
Step-by-step instructions
adb
:release.tar
from the Rayhunter releases pageadb devices
at this point, you may not see it listed, but the next step should still work.Access the web UI either:
adb forward tcp:8080 tcp:8080
and visit http://localhost:8080/Steps that are NOT needed (probably?)
I also did these steps at some point. I think these are only needed if you're building the code from source. But I wanted to drop them here in case they are actually pre-reqs for
adb
that I missed.The text was updated successfully, but these errors were encountered: