Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nut-tree/libnut-core
- Owner: nut-tree
- License: apache-2.0
- Created: 2019-09-19T08:45:37.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-06T10:27:05.000Z (11 months ago)
- Last Synced: 2024-04-14T21:48:51.684Z (10 months ago)
- Language: C
- Homepage:
- Size: 798 KB
- Stars: 16
- Watchers: 1
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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
```