From 1bb9116f45e57c670753f192f4e68230f70e8fba Mon Sep 17 00:00:00 2001 From: Mohammad Fares Date: Mon, 23 Jul 2018 12:47:59 +0300 Subject: [PATCH] Add node-gyp note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85ac6d2..609288e 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ npm install -g terminalizer If the installation failed, you may need to install the developement tools to build the `C++` addons. +⚠️ Terminalizer uses some `C++` addons that require building. Until we release the first stable version that will include prebuilt binaries for different OSs you may need to install some tools to build for now. Try the following, if they don't solve your installation issue, check [https://github.com/nodejs/node-gyp#installation](https://github.com/nodejs/node-gyp#installation). + For MacOS ```bash