Skip to content

Dimava/libnut

 
 

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

About

An Node-API addon for desktop automation

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.5%
  • C++ 29.6%
  • JavaScript 8.5%
  • Objective-C 3.0%
  • Objective-C++ 2.5%
  • CMake 1.3%
  • Other 0.6%