diff options
author | Matt Kraai <kraai@debian.org> | 2001-05-10 14:12:20 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-05-10 14:12:20 +0000 |
commit | 6e91f69a0d3105f78acbbf9f4e01d5b31fd0dfdf (patch) | |
tree | 7c445c28610f5cf233909f5c18ff96fcb021ab7f /INSTALL | |
parent | 854125f6e6f62d91f01ad23be6c8a9e64fc79636 (diff) | |
download | busybox-6e91f69a0d3105f78acbbf9f4e01d5b31fd0dfdf.tar.gz |
Add installation instructions from Tomas Pospisek <tpo_hp@sourcepole.ch>.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL new file mode 100644 index 000000000..e17bd80d3 --- /dev/null +++ b/INSTALL @@ -0,0 +1,8 @@ +1) Check Config.h and adjust if you need a different functionality than + defined by default. + +2) Check the Makefile + +3) make + +4) make install |