Project CS163 - Data Structure Visualization Group 7
- Operating System: Windows
- Tools Needed:
- MinGW,
- CMake,
- Raylib,
- Install MinGW via MSYS2
Download and install MSYS2 from MSYS2 Official. Open the MSYS2 shell and update the system by running:
pacman -Syu
pacman -Su
- Install CMake
Download CMake from the official website: https://cmake.org/download/
Run the installer and follow the instructions
Make sure to select "Add CMake to the system PATH" during installation
-
Install Raylib
Open the link: https://github.com/raysan5/raylib/releases/tag/5.5
Dowload the version: raylib-5.5_win64_mingw-w64.zip and store in C:\
Run on the terminal:
.\run.bat