Skip to content

Installation

Quan, Tran Hoang edited this page Jul 27, 2022 · 4 revisions

Prerequisites

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

How-to

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

So simple, right?

Clone this wiki locally