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

Update README.md

parent 1a79d342
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
This repository contains the source code and documentation for the HPVM Compiler Infrastructure.
The README briefly describes how to get started with building and installing HPVM. It also provides a
benchmark suite to test the HPVM infrastructure.
benchmark suite to test the compiler infrastructure.
## Paper
......@@ -58,8 +58,8 @@ Some common options that can be used with CMake are:
In order to manually build and install HPVM, GNU Make can be run using the following.
```shell
make -j<Number of threads>
make installl
make -j<number of threads>
make install
```
With all the aforementioned steps, HPVM should be built, installed and ready for use!
......
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