Skip to content

ZeljkoSimic/RS015-process-monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process Monitor

Process Monitor is a simple, Gtk based, process monitor for Linux.

For the roadmap please see the projects page.

Building from source

Pre requirements for building from source are:

  • g++
  • gtkmm
  • meson
  • ninja

To build the repository simply do:

# clone the repo
git clone https://github.com/MATF-RS18/RS015-process-monitor.git ProcessMonitor
cd ProcessMonitor

# build the repo
meson build
ninja -C build

# launch the app
./build/src/process-monitor

Contributing

Use MVVM pattern when adding new pieces of code.

Use Google C++ Style Guide for the coding style.

License

Process Monitor is licenced under the MIT license

About

Process Monitor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.2%
  • Meson 5.8%