Specify that LLVM libraries and headers are required to build. Fixes #68

This commit is contained in:
Marco Castelluccio 2018-10-05 16:33:38 +02:00
Родитель 3317c70b07
Коммит 7dafe4f0c9
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -55,6 +55,8 @@ grcov ~/Documents/FD/mozilla-central/build -t coveralls -s ~/Documents/FD/mozill
## Build & Test
In order to build, the LLVM libraries and headers are required.
```
cargo build
```