Skip to content

Commit cab07eb

Browse files
authored
[README] autoconf specific version is needed
1 parent 2bf4912 commit cab07eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ Building
1414

1515
Under Linux:
1616

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

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

0 commit comments

Comments
 (0)