Skip to content

MHRGA/COMP2811

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

COMP2811 Coursework

Set up and run

Set up the build

cd to src file

mkdir build && cd build && cmake ..

Build the application

make monitor

Run the application

./monitor

Env requirements

The dependencies are same to the example in solution file. The program was write and run on MacOS, so it is not certain how it will work on other systems.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 94.3%
  • C++ 2.9%
  • CMake 2.0%
  • Other 0.8%