Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 987 Bytes

File metadata and controls

50 lines (30 loc) · 987 Bytes

Project Name

Project CS163 - Data Structure Visualization Group 7


Requirements

  • Operating System: Windows
  • Tools Needed:
    • MinGW,
    • CMake,
    • Raylib,

Installation

  1. 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
  1. 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

  1. 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:\


Build and run

Run on the terminal:

.\run.bat