diff --git a/docs/developers/mac-build.md b/docs/developers/mac-build.md index fe4e4939..e0c694a4 100644 --- a/docs/developers/mac-build.md +++ b/docs/developers/mac-build.md @@ -7,7 +7,7 @@ Building NimbusML from source on Mac ## Build Run `./build.sh` -This downloads dependencies (.NET SDK, specific versions of Python and Boost), builds native code and managed code, and packages NimbusML into a pip-installable wheel. This produces debug binaries by default, and release versions can be specified by `./build.sh --configuration RlsMacPy3.7` for examle. +This downloads dependencies (.NET SDK, specific versions of Python and Boost), builds native code and managed code, and packages NimbusML into a pip-installable wheel. This produces debug binaries by default, and release versions can be specified by `./build.sh --configuration RlsMacPy3.7` for example. For additional options including running tests and building components independently, see `./build.sh -h`. @@ -15,4 +15,4 @@ For additional options including running tests and building components independe The LightGBM estimator currently has a runtime dependency on Gnu OpenMP libs on Mac. These can be obtained by installing gcc 4.2 or later, which can be done through homebrew with: ```brew gcc``` Running LightGBM without this will give the following error: -```System.DllNotFoundException: 'Unable to load DLL 'lib_lightgbm': The specified module or one of its dependencies could not be found.'``` \ No newline at end of file +```System.DllNotFoundException: 'Unable to load DLL 'lib_lightgbm': The specified module or one of its dependencies could not be found.'```