summaryrefslogtreecommitdiff
path: root/README-linux
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@deephackmode.org>1999-07-09 14:08:14 +0000
committerWichert Akkerman <wichert@deephackmode.org>1999-07-09 14:08:14 +0000
commit8dc9a1a3c5156557d9fa6014ea05c221b1e85413 (patch)
tree90792ba0f841ab56bdae3187a1f0d7c23832335d /README-linux
parent5b4d128fabf17cc779ca35bedd6c3f8c4dc94775 (diff)
downloadstrace-8dc9a1a3c5156557d9fa6014ea05c221b1e85413.tar.gz
strace-8dc9a1a3c5156557d9fa6014ea05c221b1e85413.tar.bz2
strace-8dc9a1a3c5156557d9fa6014ea05c221b1e85413.tar.xz
Update versionnumber to 4.0
Diffstat (limited to 'README-linux')
-rw-r--r--README-linux13
1 files changed, 6 insertions, 7 deletions
diff --git a/README-linux b/README-linux
index 584d565..0cb10d1 100644
--- a/README-linux
+++ b/README-linux
@@ -9,13 +9,12 @@ the proper data structures used by the kernel, since these can be
different from the structures that the C library uses. Currently
you will need a 2.2.7 or newer kernel.
-To compile strace using your kernel source you need to tell make where
-you put the sources. For example if you have your kernelsource in
-/usr/src/linux, you should invoke make like this:
+There are two ways to do this:
+* you can link /usr/include/linux and /usr/include/asm to the corresponding
+ directories in your kernel source-tree.
- make CFLAGS=-I/usr/src/linux/include
+* you can tell make where your kernel sources are. For example if you have your
+ kernelsource in /usr/src/linux, you should invoke make like this:
-Please note that it is possible to symlink /usr/include/{asm,linux,scsi}
-to your kernel source, but for programs that don't need the actual kernel
-structures that is highly discouraged.
+ make CFLAGS=-I/usr/src/linux/include