Adding dependencies for gcc and libgccjit for native comp MacOS

This commit is contained in:
kingofdreams777 2023-11-28 18:24:06 -08:00
parent fc12fba6fa
commit 083f91fde7

View file

@ -279,7 +279,7 @@ MacPorts package manager installed (you only need one):
First, Doom's dependencies: First, Doom's dependencies:
#+BEGIN_SRC bash #+BEGIN_SRC bash
# required dependencies # required dependencies
brew install git ripgrep brew install git ripgrep gcc libgccjit
# optional dependencies # optional dependencies
brew install coreutils fd brew install coreutils fd
# Installs clang # Installs clang