How to Install gyp in Ubuntu 18.04



Install gyp by entering the following commands in the terminal:

sudo apt update
sudo apt install gyp

Description:

Cross-platform build script generator

GYP (Generate Your Projects) is a tool to generate native Visual Studio, Xcode, SCons and make build files from a description of a project in a simple JSON-inspired format. Its syntax is a universal cross-platform build representation that still allows sufficient per-platform flexibility to accommodate irreconcilable differences.

Homepage: https://chromium.googlesource.com/external/gyp/

Version: 0.1+20150913git1f374df9-1ubuntu1

Section: universe/python