Skip to content

Commit

Permalink
README.md: document dependency of "make distcheck" on PAX-capable TAR…
Browse files Browse the repository at this point in the history
… tooling

Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov committed Jan 28, 2025
1 parent 1126701 commit da4a1f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ documentation (optional).
To install, just run the usual dance, `./configure && make install`.
Run `./autogen.sh` first to generate the `configure` script if required.
You may be required to use `gmake` on platforms where default `make` is
different (BSD make, Sun make, etc.)
different (BSD make, Sun make, etc.) You may also require GNU `tar`
impementation (or some other archivation tool, possibly `cpio`, that
would be recognized by your installed version of `automake` as supporting
the "pax" archive format) to pass the optional `make distcheck` routine.

You can change installation directory with prefix option, eg. `./configure
--prefix=/usr/local/`. You have to check that the installation library path is
Expand Down

0 comments on commit da4a1f0

Please sign in to comment.