This program provides a solution to help members in English study group to pair up with each other more efficiently by implementing several algorithms to prioritize the pairing order.
- Install the required packages.
sudo apt-get install build-essential make git cmake
- Clone the repository.
git clone https://github.com/jackiesogi/pairup.c.git
cd pairup.c
- Run
make
to build the program.
mkdir build
(mkdir -p build; cd build; cmake ..; make)
- Run
get-today-google-sheet.sh
to get the latest sheet (pairup
will need the csv file it fetched).
./get-today-google-sheet.sh
- The main program
pairup
we built is located in project root.
./pairup --help