diff --git a/README.md b/README.md index 5a0e297e85ea3a885619ab5e885179701f17232a..c09d6b2f82c4ef3099e6c167b9de9d61905b71be 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ git checkout hpvm-release HPVM installer script can be used to download, configure and build HPVM along with LLVM and other subprojects including Clang. ```shell +cd hpvm bash install.sh ``` Specifically, the HPVM installer downloads LLVM, Clang, compiler-rt, libcxxabi and lld, copies HPVM source into @@ -45,7 +46,8 @@ The default number of threads used to build HPVM is 2. Alternatively, CMake can be run manually. ```shell -cd hpvm/build +mkdir build +cd build cmake ../llvm [options] ``` Some common options that can be used with CMake are: