aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-03-08 14:02:10 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-03-08 14:02:10 +0100
commitdba7f602c8fe06440590d535a5ae4361a5347743 (patch)
tree13fe592e49f41ee93c89a196845e9dfc0ad4f457
parent073c25d666926ae806b5de9b645bd67538d7cf65 (diff)
downloadallocbench-dba7f602c8fe06440590d535a5ae4361a5347743.tar.gz
allocbench-dba7f602c8fe06440590d535a5ae4361a5347743.zip
add build dependencies to Readme
-rw-r--r--Readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 8a3a05f..bd7ee6f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -9,6 +9,7 @@ git clone https://muhq.space/software/allocbench.git
## Requirements
* python3
+* make, find, gcc (build dependencies)
* perf (`perf stat -d` is the default command to measure benchmark results)
* util-linux (`whereis` is used to find system installed allocators)
* (git to clone allocators in `allocators/{no_falsesharing, BA_allocators}.py`)