Group Members:
- Chua, Edric Jarvis
- Cruz, Renz Ezekiel
- Li, Wai Kei
- Yu, Cedric Leopold
- Install the required dependencies
gcc
andmake
. cd
into project root.- Run
make
to compile executable. - Executable is located at
build/a.out
. - After usage, run
make clean
to remove executable and build artifacts.
- Inputs are passed in as command line arguments
- Running the executable without arguments will output the following:
Expected 6 arguments.
Usage: build/a.out <num_instances> <num_tanks> <num_healers> <num_dps> <t1> <t2>
- Other compilation targets:
debug