aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0fe45b5..e6d79d7 100644
--- a/README.md
+++ b/README.md
@@ -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