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:
Abhishek Tiwari 2017-03-07 08:49:30 +05:30 committed by Dmitry V. Levin
parent db316ec7fb
commit efa36ac950
3 changed files with 11 additions and 5 deletions

8
INSTALL-git.md Normal file
View 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.

View File

@ -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

View 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).
[![Build Status](https://travis-ci.org/strace/strace.svg?branch=master)](https://travis-ci.org/strace/strace) [![Code Coverage](https://codecov.io/github/strace/strace/coverage.svg?branch=master)](https://codecov.io/github/strace/strace?branch=master)