Note: If you are using GNU GCC compiler on Windows, you may need the winlibs build of the compiler. You can download it from here.
The project is setup with cmake. To run the project locally, follow the steps below:
- Clone the repository
git clone https://github.com/pr-a-sh-ant/Algorithm-Visualizer.git
cd Algorithm-Visualizer
- Run cmake
Note: The build system can be changed by specifying the generator flag. For example, to use MinGW MakeFiles build system, add
-G "MinGW Makefiles"
to the cmake command.
cmake -S . -B build
cmake --build build --config Release
- Run the executable
Note: The executable path may vary depending on the OS and the build system used.
./build/AlgViz