gyp - ljatsh/Test GitHub Wiki

GYP - generate your projects

History

  1. 2018-09-13: initial version

Installation

  • 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

Tips

  • '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

Reference

⚠️ **GitHub.com Fallback** ⚠️