From 63268318ed26469afe9a31898941767a8e284367 Mon Sep 17 00:00:00 2001 From: Peter Baumgarten Date: Sun, 6 Aug 2017 15:09:11 -0500 Subject: [PATCH] Marking that a C++ compiler is required. On some linux distributions a C++ compiler is not installed by default. This can frustrate some new users. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef9ea422..5a5f8e51 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,9 @@ Xterm.js works seamlessly in Electron apps and may even work on earlier versions ### Linux or macOS -Run the following commands: +First, be sure that a C++ compiler such as GCC-C++ or Clang is installed + +Then run the following commands: ``` $ npm install