Skip to content

Installation

trhgquan edited this page Dec 10, 2024 · 4 revisions

Installation

Prerequisites

Make sure your C++ version >= C++17.

Download the source code

git clone the project, then you'll have some options to compile:

Using Makefile

make

Using g++

Compile all files inside src/ directory:

g++ src/*.cpp main -std=c++17

Using prebuild

Executable

  • Go to The Release page.
  • Find your favourite version, then download the release.zip file.
  • Unzip and use!

Docker container

docker pull ghcr.io/khongsomeo/gpa-oop:latest
Clone this wiki locally