From 41b7c14910e9072ecfca63a929cb8fefd384c9df Mon Sep 17 00:00:00 2001 From: Martin Felis Date: Fri, 27 Aug 2021 12:48:46 +0200 Subject: [PATCH] Adjusted instructions to include packages for the profiler --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 81ae1e6..19e4c5d 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,8 @@ Packages to install Ubuntu: apt-get install libeigen3-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev + +For profiler additional packages needed: + +apt-get install libfreetype-dev libgtk-3-dev libcapstone-dev libglfw3-dev libtbb-dev +