paritytech / trappist-extra

Apache License 2.0
38 stars 6 forks source link

docs: add macos instructions #4

Closed evilrobot-01 closed 1 year ago

evilrobot-01 commented 1 year ago

Simple instructions for configuring and running on macOS on Apple silicon. Draft just to share the instructions until they are validated and more information can be added.

Reliant on https://github.com/stiiifff/trappist-extra/pull/3

stiiifff commented 1 year ago

Looks great, thanks !

Daanvdplas commented 1 year ago

When I tried to "install android native development kit and accept licenses", I got the error: The operation couldn’t be completed. Unable to locate a Java Runtime. Please visit http://www.java.com for information on installing Java.

This fixed it (ref): sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk

evilrobot-01 commented 1 year ago

Yeah, the '# install required packages, following additional instructions in resulting caveats for each package' bit should've indicated to follow the additional brew instructions for each package, but maybe they got lost when batch installing...

evilrobot-01 commented 1 year ago

Replaced by #11