From dba7f602c8fe06440590d535a5ae4361a5347743 Mon Sep 17 00:00:00 2001 From: Florian Fischer <florian.fl.fischer@fau.de> Date: Fri, 8 Mar 2019 14:02:10 +0100 Subject: [PATCH] add build dependencies to Readme --- Readme.md | 1 + 1 file changed, 1 insertion(+) 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`) -- GitLab