]> granicus.if.org Git - strace/blob - INSTALL-git.md
syscall_entering_trace: set TCB_FILTERED along with TCB_HIDE_LOG
[strace] / INSTALL-git.md
1 Build strace from git repository
2 ================================
3 If you use a GIT version of strace source code, there will be some files missing
4 that are needed to build strace.  Some of these files are generated by tools
5 from the GNU Autoconf and GNU Automake packages.
6
7 Note: rather than running `autoreconf` directly, please invoke `./bootstrap`
8 script and follow the instructions given in [INSTALL](README-configure) file for further
9 building and installation.