Update information on how to build strace from git repository
* INSTALL-git.md: Describe how to build strace from git repository. * README.md: Add reference to INSTALL-git.md. * README-hacking: Likewise.
This commit is contained in:
parent
db316ec7fb
commit
efa36ac950
8
INSTALL-git.md
Normal file
8
INSTALL-git.md
Normal file
@ -0,0 +1,8 @@
|
||||
Build strace from git repository
|
||||
================================
|
||||
If you use the GIT version of strace there will be some files missing
|
||||
that you need to build strace. These files are generated by tools from
|
||||
the GNU Autoconf and Automake packages.
|
||||
|
||||
Note: rather than running `autoreconf` directly, use the `./bootstrap` script
|
||||
and follow the instructions given in given in [INSTALL](INSTALL) file for further installation.
|
@ -1,10 +1,6 @@
|
||||
Requirements
|
||||
============
|
||||
If you use the GIT version of strace there will be some files missing
|
||||
that you need to build strace. These files are generated by tools from
|
||||
the GNU Autoconf and Automake packages.
|
||||
|
||||
Note: rather than run `autoreconf' directly, use the `./bootstrap' script.
|
||||
If you use the GIT version of strace, please refer to INSTALL-git.md file.
|
||||
|
||||
|
||||
No more ChangeLog file
|
||||
|
@ -4,6 +4,8 @@ strace is released under a Berkeley-style license at the request of Paul Kranenb
|
||||
|
||||
See the file [NEWS](NEWS) for information on what has changed in recent versions.
|
||||
|
||||
Please read the file [INSTALL-git](INSTALL-git.md) for installation instructions.
|
||||
|
||||
Please send bug reports and enhancements to [the strace mailing list](https://lists.sourceforge.net/lists/listinfo/strace-devel).
|
||||
|
||||
[](https://travis-ci.org/strace/strace) [](https://codecov.io/github/strace/strace?branch=master)
|
||||
|
Loading…
x
Reference in New Issue
Block a user