mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 10:07:28 +00:00
README: description additional installation steps for Mac
I'm not sure which steps are needed and what they depend on (I didn't need the `pkg-config` bits), so the steps are a little vague for now. Closes #62.
This commit is contained in:
parent
4a0bd07e8c
commit
f4cadff6e1
1 changed files with 9 additions and 0 deletions
|
@ -125,6 +125,15 @@ scripts if requested.
|
|||
|
||||
## Installation
|
||||
|
||||
If you're on Mac, you may need to run some or all of these:
|
||||
```
|
||||
$ xcode-select --install
|
||||
$ brew install openssl
|
||||
$ brew install pkg-config
|
||||
$ export PKG_CONFIG_PATH="/opt/homebrew/opt/openssl@3/lib/pkgconfig"
|
||||
```
|
||||
|
||||
Now run this (regardless of platform):
|
||||
```shell script
|
||||
# We need the "nightly" Rust toolchain. This command installs that without
|
||||
# changing your default.
|
||||
|
|
Loading…
Reference in a new issue