Explain requirement on LLVM >= 7 in README (#248)

This commit is contained in:
Luciana da Costa Marques 2019-01-28 17:25:16 -02:00 коммит произвёл Marco
Родитель 2e6c82b57b
Коммит 63a579fbff
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -56,7 +56,7 @@ grcov ~/Documents/FD/mozilla-central/build -t coveralls -s ~/Documents/FD/mozill
## Build & Test ## Build & Test
In order to build, the LLVM libraries and headers are required. In order to build, either LLVM 7 or LLVM 8 libraries and headers are required. If one of these versions is sucessfully installed, build with:
``` ```
cargo build cargo build