Skip to content

nut-tree/libnut-core

Folders and files

NameName
Last commit message
Last commit date
Jan 23, 2021
Feb 19, 2024
Aug 15, 2022
Mar 19, 2024
Mar 18, 2024
Jan 14, 2023
Aug 15, 2022
Feb 19, 2024
Jun 5, 2023
Sep 9, 2021
Jul 13, 2021
Oct 9, 2023
Jan 12, 2023
Feb 19, 2024
Feb 19, 2024
Sep 19, 2019
Jul 14, 2023

Repository files navigation

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