Skip to content

Commit

Permalink
Update docs to mention autogen.sh when working from git checkout.
Browse files Browse the repository at this point in the history
Closes: #124
  • Loading branch information
thijskh committed Sep 26, 2023
1 parent 300f438 commit e77ab1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@ Note that, depending on your distribution, apxs2 may be named apxs.
## Installing mod_auth_mellon

mod_auth_mellon uses autoconf, and can be installed by running the
following commands:
following commands after extracting the release tarball:
```
./configure
make
make install
```

Are you not using the release tarball but working straight from a
git checkout, you need to run `./autogen.sh` first.

## Configuring mod_auth_mellon

Expand Down

0 comments on commit e77ab1b

Please sign in to comment.