This is the repository for Team06.
Deliverables can be found in folders called deliverables#, where # indicate the deliverable number.
This software requires the mono runtime to run, this is offered as FOSS by the mono-project. However included int the root directory are two scripts to help ease this process.
First, make these scripts executable:
chmod u+x dependencies.sh
chmod u+x compileandrun.sh
Install dependencies:
sudo ./dependencies.sh
Compile and Run:
./compileandrun.sh
- The solution is built and moved to the 'Release' folder in the root directory.
- 'dependencies.sh' works only on Debian (and derivatives), Fedora (and derivatives), and OSX (theoretically)
- The OSX path hasn't been actually tested, however it should work. It uses the 'installer' command to install a pkg downloaded from the internet
- Can be found in OECUpdator/UnitTests