diff --git a/Compiling-from-source.md b/Compiling-from-source.md index 46cfe17..3fbcd6d 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -92,6 +92,7 @@ x86_64 requires using GCC. There are many tutorials available on how to set a specific compiler, some are temporary and others are more persistent. The following will work for the existing terminal session. `$ export CC=gcc` + `$ export CXX=g++` cpuminer-opt can now be compiled on MacOS.