846e277d0f
* INSTALL-git.md: Replace INSTALL with README-configure. * maint/install.texi: Likewise. * INSTALL: Rename to README-configure, regenerate. * Makefile.am (EXTRA_DIST): Add README-configure. References: https://github.com/strace/strace/issues/85 Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
10 lines
467 B
Markdown
10 lines
467 B
Markdown
Build strace from git repository
|
|
================================
|
|
If you use a GIT version of strace source code, there will be some files missing
|
|
that are needed to build strace. Some of these files are generated by tools
|
|
from the GNU Autoconf and GNU Automake packages.
|
|
|
|
Note: rather than running `autoreconf` directly, please invoke `./bootstrap`
|
|
script and follow the instructions given in [INSTALL](README-configure) file for further
|
|
building and installation.
|