diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-02-12 17:47:01 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-02-12 17:47:01 -0500 |
commit | ee0ed5e1087c8e9eea91caea6e82435475c05071 (patch) | |
tree | 68d0f867680b12d0a25913e1f9c3975cfc01ba13 | |
parent | f32a27234bde14394797b0bc70ba98fccdce0ec4 (diff) | |
download | mstat-ee0ed5e1087c8e9eea91caea6e82435475c05071.tar.gz |
Add brief installation instructions
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -2,6 +2,22 @@ Record the memory usage of a process over time. +## Installation + +- **Requires** + - Linux + - `make` + - `cmake` (>= v3.x) + - `gcc` or `clang` (C99 compiler) + - `gnuplot` (optional) + +```shell +git clone https://github.com/jhunkeler/mstat && cd mstat +cmake -DCMAKE_INSTALL_PREFIX=/usr/local . +make +make install +``` + # How to use MSTAT ```text |