Calculator I created as part of Software Engineering at Full Sail University. Uses WxWidgets GUI library
- cmake (Version 3.31 or later)
- vcpkg Package Manager
- After these are installed, follow the instructions in CMakeUserPresets.template.json
From the terminal of your choice, run:
# This example uses Unix Makefiles as the generator. Use the build command for the generator you specified in CMakeUserPresets.json
cd ./Calculator
cmake --preset=default -S . -B ./build/
cd ./build
make