mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-04-02 05:54:27 +02:00
Add macOS build dependencies to readme
Thanks to @michi7801
This commit is contained in:
parent
e2465f6176
commit
1f5be68a19
14
README.md
14
README.md
@ -43,6 +43,20 @@ $ echo 'export PATH="$PATH:$HOME/.cargo/bin"' >> .bashrc
|
|||||||
$ source .bashrc
|
$ source .bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### macOS build dependencies
|
||||||
|
|
||||||
|
#### Install brew package manager
|
||||||
|
```
|
||||||
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Install packages
|
||||||
|
|
||||||
|
```
|
||||||
|
brew install tcl rust node gpg vim curl git yarn git make gcc
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Initial setup
|
### Initial setup
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user