Skip to content
Snippets Groups Projects
Commit daf0a9b4 authored by Akash Kothari's avatar Akash Kothari :speech_balloon:
Browse files

Update README.md

parent 871d2573
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment