-
Notifications
You must be signed in to change notification settings - Fork 721
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
Update getting started to include MacOS #4952
Update getting started to include MacOS #4952
Conversation
This looks good to me; and reminds me we have a an even less involved solution for on systems where nix is installed; which I should document better. For those that have nix installed or are ok to install it, and don't want to deal with
which works on intel, and apple silicon Macs, as well as linux, and WSL the same. (Takes about ~40min on a m2 air) |
@angerman think I might have to give the nix version a go as I'm getting LLVM version recognition errors 😞 edit: I got passed that and then openSSL came to bit me. |
Yea, that's why input-output-hk/devx now exists. We are working on a faster bootstrap, and might at some point even try to get something that works without nix installed. For now it requires nix to be installed first :-/ It's also supposed to work with almost any IOG project; same shell works every time 🤞 |
Interesting good to know 👍 |
#### You will need to install llvm in case you are using M1 | ||
|
||
``` | ||
brew install llvm@13 | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This we won't need once we are on 9.2 🎉
@olgahryniuk @CarlosLopezDeLara, you ok with this? Can this be merged? |
@Cmdv this will need to be rebased onto master to get the status checked green. |
cool let me do that now 😄 |
@Cmdv you'll also need to sign all the commits
|
grrrrr my emacs GPG has stopped working!! going to sign the previous commits manually!! edit: ok got it sorry about that!!! |
@newhoggy why doesn't this trigger any GHAs? |
I believe it's because it is from a fork which doesn't run an actions for security reasons. |
I triggered it manually. |
Don't we usually get some "this is from a fork, do you want to run the actions" button? |
…ll (#29) * Fix issue #26: [macOS] DYLD_LIBRARY_PATH env var needed for dev shell c.f. IntersectMBO/cardano-node#4952 (comment) --------- Co-authored-by: Moritz Angermann <[email protected]>
Adding more information in the "getting started" documentation to reflect what is present on https://developers.cardano.org/docs/get-started/installing-cardano-node/#macos