From af567017f6c9c87ded0dd9e5093304ac2604b8b3 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Mon, 24 Sep 2018 13:44:14 -0700 Subject: [PATCH] Add Ubuntu dependencies to readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b37d6d31..bed6bb9a6 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,15 @@ npm install npm run tsc ``` -### Dependencies on Windows +## Dependencies + +### Linux/Ubuntu + +``` +sudo apt install -y make python build-essential +``` + +### Windows `npm install` requires some tools to be present in the system like Python and C++ compiler. Windows users can easily install them by running the following command in PowerShell as administrator. For more information see https://github.com/felixrieseberg/windows-build-tools: