Skip to content

Commit

Permalink
Fixes llvm version in README and shows how to build unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Jun 9, 2015
1 parent 01c9fb2 commit 5420626
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,15 @@ By default LLST is built without LLVM support. If you wish to enable it, you sho
~/llst/build $ make
```

You should have LLVM 3.1 installed and llvm-config or llvm-config-3.1 be accessible from your environment.
You should have LLVM 3.3 installed and llvm-config or llvm-config-3.3 be accessible from your environment.

Unit tests
====

```
~/llst/build $ cmake -DBUILD_TESTS=ON ..
~/llst/build $ make check
```

License
=======
Expand Down

0 comments on commit 5420626

Please sign in to comment.