summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorRusty Russell <rusty@linuxcare.com.au>2001-02-03 10:50:04 +0000
committerRusty Russell <rusty@rustcorp.com.au>2001-02-03 10:50:04 +0000
commit50a8efefd96cb30be35fe29ebb097293c63c8cea (patch)
tree4fc98ba4635f36023ef216da579c6ab9e136c7e6 /INSTALL
parentdd36915fdbebb9958b8a84ef61042484f95bff8b (diff)
pre-release target for Makefile.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 5 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index dafd4c32..f391d2c1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,14 +1,13 @@
FOLLOW THESE STEPS:
-1) If /usr/src/linux contains the kernel headers of a recent 2.4
- kernel:
- % make
- Otherwise:
+0) There may be some outstanding bugfixes or tweaks which are not yet
+ in the official kernel. To look through these, do:
+ % make pending-patches KERNEL_DIR=<<where-your-kernel-is>>
+
+1) Next, make the package.
% make KERNEL_DIR=<<where-your-kernel-is>>
2) Finally, you need to to install the shared libraries, and the binary:
- # make install
- Or
# make install KERNEL_DIR=<<where-your-kernel-is>>
If you are a developer, you can install the libipq headers, like: