Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Second Part of AEDA's Project 2019/20 - MIEIC

Latest
Compare
Choose a tag to compare
@goncaloacteixeira goncaloacteixeira released this 30 Dec 12:32
· 7 commits to master since this release
0288f6c

All the main functionalities requested from the project specification are now implemented and working.

How to install?
You need to have cmake, a gcc and a g++ compiler installed.

on the base folder run the following:

cd part2 && mkdir build && cd build
cmake ../
make

Run with the command ./part2

If you find any bugs or problems please start an Issue, thank you.