Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSOPESY MO1

CSOPESY S09 Group 10

Members

  • Adiong, Nathaniel Irvin
  • Ang, Clarence Ivan
  • Go, Kenneth D.
  • Trocino, Job D.

Build and Run (Windows)

Prerequisites

  • CMake
  • MinGW (GCC) installed and added to your PATH

Instructions

  1. Open a terminal in the project root.
  2. Configure the project:
    cmake -S . -B build -G "MinGW Makefiles"
  3. Build the project:
    cmake --build build
  4. Run the executable:
    .\build\app.exe

Build and Run (Linux)

Prerequisites

  • CMake

Instructions

  1. Open a terminal in the project root.
  2. Build the project:
    cmake --build build
  3. Run the executable:
    ./build/app

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages