Skip to content

Commit

Permalink
Auto merge of #198 - tworec:patch-1, r=jdm
Browse files Browse the repository at this point in the history
[README] autoconf specific version is needed

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/198)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Aug 30, 2019
2 parents 2bf4912 + cab07eb commit d874462
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -14,9 +14,10 @@ Building

Under Linux:

Install Clang (at least version 3.9), for example in a Debian-based Linux:
Install Clang (at least version 3.9) and autoconf v 2.13, for example in a Debian-based Linux:
```
sudo apt-get install clang-6.0
sudo apt-get install clang-6.0 autoconf2.13
```

If you have more than one version of Clang installed, you can set the `LIBCLANG_PATH`
Expand Down

0 comments on commit d874462

Please sign in to comment.