Loading repository data…
Loading repository data…
SARATH062005 / repository
One-Click Compiler is a user-friendly application designed to eliminate the complexities of compiling and running C++ OpenCV projects on Windows. It wraps the entire Visual Studio build process—from setting up the environment with the x64 Native Tools Command Prompt to running CMake and NMake—into a simple, intuitive graphical interface.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
One-Click-Compiler is a graphical interface designed to make compiling, running, and testing C++ projects (with OpenCV) effortless. It removes the need for command-line operations by offering a single-window workflow for building and executing projects using CMake + NMake in Visual Studio 2022.
Before installing, ensure the following are set up:
Python 3 – Download here
During installation, enable "Add Python to PATH".
Visual Studio 2022
OpenCV
Download from OpenCV Releases
Extract and set the environment variable:
OPENCV_DIR = C:\opencv\build
git clone https://github.com/SARATH062005/One-Click-Compiler.git
cd One-Click-Compiler
pip install customtkinter
From the project directory, run:
python main.py
Check Requirements (Optional)
Select Project Path
CMakeLists.txt.Set Executable Name
Enter the exact .exe name generated by your CMake configuration.
Example:
HoleDiameterDetection.exe
Build the Application
Run or Stop the Application
OPENCV_DIR environment variable points to the correct build folder.