-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
trhgquan edited this page Dec 10, 2024
·
4 revisions
Make sure your C++ version >= C++17.
git clone
the project, then you'll have some options to compile:
make
Compile all files inside src/
directory:
g++ src/*.cpp main -std=c++17
- Go to The Release page.
- Find your favourite version, then download the
release.zip
file. - Unzip and use!
docker pull ghcr.io/khongsomeo/gpa-oop:latest