From 1a3877050407aa57f3d9b955ee1a57682f5b3efb Mon Sep 17 00:00:00 2001 From: NolanRudolph <42727964+NolanRudolph@users.noreply.github.com> Date: Mon, 23 Sep 2019 01:58:31 -0700 Subject: [PATCH] Updated README to include libtbbmalloc_proxy.so.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45c3e1784..3c350b55b 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Use `libmoon/deps/dpdk/usertools/dpdk-devbind.py ` to manage NICs manually. Run the following command to install these on Debian/Ubuntu: ``` -sudo apt-get install -y build-essential cmake linux-headers-`uname -r` pciutils libnuma-dev +sudo apt-get install -y build-essential cmake linux-headers-`uname -r` pciutils libnuma-dev libtbb-dev ``` # Using MoonGen