From 74f5b1f5ae1649f0507fb493f1f4c401bfc238d9 Mon Sep 17 00:00:00 2001 From: Edgar Tinajero <24572406+cetinajero@users.noreply.github.com> Date: Tue, 22 Sep 2020 13:39:35 -0600 Subject: [PATCH] Compile from source on macOS Install `gcc` as a dependency --- compilation_env.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compilation_env.rst b/compilation_env.rst index 60709f1..4f91765 100644 --- a/compilation_env.rst +++ b/compilation_env.rst @@ -21,7 +21,8 @@ Linux macOS ----- -Install Xcode + + * Using HomeBrew: ``brew install gcc`` Windows -------