From 1f5be68a1985430291e3ec80b0ce670775da1001 Mon Sep 17 00:00:00 2001 From: su-ex Date: Tue, 16 Feb 2021 13:10:09 +0100 Subject: [PATCH] Add macOS build dependencies to readme Thanks to @michi7801 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9ea8c6d..eaa9447 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,20 @@ $ echo 'export PATH="$PATH:$HOME/.cargo/bin"' >> .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 ```