https://github.com/dzobamain/autocliker-for-macos-cpp
Auto-clicker with the ability to add custom functionality
https://github.com/dzobamain/autocliker-for-macos-cpp
auto-clicker cpp functions
Last synced: over 1 year ago
JSON representation
Auto-clicker with the ability to add custom functionality
- Host: GitHub
- URL: https://github.com/dzobamain/autocliker-for-macos-cpp
- Owner: Dzobamain
- Created: 2024-12-26T10:59:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T16:30:31.000Z (over 1 year ago)
- Last Synced: 2025-03-28T17:34:29.629Z (over 1 year ago)
- Topics: auto-clicker, cpp, functions
- Language: C++
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autocliker for MacOS.cpp
## Installation Guide
1. Install **Homebrew**
+ https://brew.sh/
+ ```/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"```
2. Install **gcc**
+ https://gcc.gnu.org/
+ ```bash brew install gcc```
3. Install **ncurses** library
+ https://invisible-island.net/ncurses/
+ ```brew install ncurses```
4. Install **Autocliker_for_MacOS_cpp**
1. ```git clone https://github.com/Dzobamain/Autocliker_for_MacOS_cpp.git```
2. ```cd Autocliker_for_MacOS_cpp```
## How to Compile
Code Compilation (Console)
```
./build.sh
```
"AutoClicker" can be changed; it is the name of the compiled code
## Run
Running the program
```
./autoclicker
````