Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nut-tree/libnut-core

An Node-API addon for desktop automation
https://github.com/nut-tree/libnut-core

Last synced: 4 months ago
JSON representation

An Node-API addon for desktop automation

Awesome Lists containing this project

README

        

## 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
```