Skip to content

Commit

Permalink
Updated install instructions to include running aclocal
Browse files Browse the repository at this point in the history
  • Loading branch information
robint99 committed Feb 9, 2016
1 parent d3cb724 commit 2140668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ First install the required dependencies:

then cd to the directory containing all of the development files and run:

aclocal

automake --add-missing

autoreconf
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Users of other distros will need to install from source, so first install the re
then cd to the directory containing all of the development files and run:

```
aclocal
automake --add-missing
autoreconf
Expand Down

0 comments on commit 2140668

Please sign in to comment.