This project involves a solution compiled using the MSVC compiler and MSBuild version 17.6, targeting the Windows x86_64 platform. The project utilizes HTML for a simple GUI interface and JSON for efficient data handling and structured representation.
The repository contains the source code, build files, and a working executable to run the solution.
- Clone the repository or download the source code as a ZIP file.
- Ensure CMake and the MSVC compiler (with MSBuild version 17.6) are installed on your system.
- Open a terminal or command prompt and navigate to the directory containing the project.
Use the following commands to build the executable:
cmake ..
cmake --build .
To execute the compiled program, use the following example command:
.\bin\Debug\formlabs.exe "printname5" "output" supervised
Arguments:
"printname5": Specifies the name of the input or operation.
"output": Specifies the output file or folder.
supervised: Specifies the mode or configuration for the program.
The project utilizes the following libraries:
HTML: Used to display a graphical user interface (GUI) for better visualization of the code’s output. JSON: Employed for handling data efficiently in a structured and hierarchical format. These libraries are crucial for the functionality and data representation within the project.