gyp
Cross-platform build script generator
Install
- All systems
-
curl cmd.cat/gyp.sh
- Debian
-
apt-get install gyp - Ubuntu
-
apt-get install gyp - Arch Linux
-
pacman -S gyp - Kali Linux
-
apt-get install gyp - Fedora
-
dnf install gyp - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install gyp - Raspbian
-
apt-get install gyp
gyp
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.