From 1454185bae6b0396a845a4e12a9b55879c6b2402 Mon Sep 17 00:00:00 2001 From: Aaron Councilman <aaronjc4@illinois.edu> Date: Mon, 14 Nov 2022 09:00:34 -0600 Subject: [PATCH] Add Boost requirement to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39fa656e6d..a02c7cc160 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ The following components are mandatory for building HPVM: - GCC (>=5.1) - CMake (>=3.17) - GNU Make (>=3.79) or Ninja (>=1.10) +- Boost (on Ubuntu the package `libboost-all-dev` satisfies this requirement) ### Building HPVM -- GitLab