2.7.1-0 • Published 22 days ago

@kirillvakalov/nut-tree__libnut-darwin v2.7.1-0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
22 days ago

Building

Please ensure you have the required dependencies before installing:

  • Windows
    • windows-build-tools npm package (npm install --global --production windows-build-tools from an elevated PowerShell or CMD.exe)
  • Mac
    • Xcode Command Line Tools.
  • Linux
    • cmake
    • A C/C++ compiler like GCC.
    • libxtst-dev and libpng++-dev (sudo apt-get install libxtst-dev libpng++-dev).

Release build

npm install
npm run build:release

Debug build

npm install
npm run build:debug