From e59962ee464c60c9374a1285ca8b807b02a4e273 Mon Sep 17 00:00:00 2001 From: Akash Kothari <akashk4@tyler.cs.illinois.edu> Date: Fri, 22 Jan 2021 00:27:47 -0600 Subject: [PATCH] Add instructions for running set_paths.sh --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0843bab3a3..8211bbea11 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,11 @@ Before installing HPVM, some paths must be set for installation to succeed. The * CUDA_INCLUDE_PATH --- Path to the CUDA headers * CUDA_LIB_PATH -- Path to CUDA libraries +Once the aforementioned variables in set_paths.sh have been specified, run the script. +```shell +source set_paths.sh +``` + HPVM installer script can be used to download, configure and build HPVM along with LLVM and Clang. ```shell bash install.sh -- GitLab