Skip to content

Desktop-Vision/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 N-API addon for desktop automation

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C 52.5%
  • C++ 21.1%
  • JavaScript 13.0%
  • Objective-C 6.4%
  • Objective-C++ 3.6%
  • CMake 2.3%
  • Other 1.1%