Clarify docs about the necessity of autoreconf

This commit is contained in:
Evan Miller 2021-03-07 09:02:51 -05:00
parent b185c277dc
commit 636d54b530

View File

@ -97,6 +97,9 @@ brew install mdbtools
### From source
If you have cloned the Git repository, you will first need to generate the
`configure` file (skip this step if you have downloaded a formal release):
```bash
$ autoreconf -i -f
```