gyp - ljatsh/Test GitHub Wiki
- 2018-09-13: initial version
- download GYP
git clone https://chromium.googlesource.com/external/gyp.git gyp
- install on Linux/Mac
sudo python setup.py install
- install on Windows(TODO)
python setup.py install
- 'product_prefix': '' can rename product name from libuv.so to uv.so. see prouct
- 'include' and command options -I both can include other .gypi files. see differneces