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 | |
parent | 854125f6e6f62d91f01ad23be6c8a9e64fc79636 (diff) | |
download | busybox-w32-6e91f69a0d3105f78acbbf9f4e01d5b31fd0dfdf.tar.gz busybox-w32-6e91f69a0d3105f78acbbf9f4e01d5b31fd0dfdf.tar.bz2 busybox-w32-6e91f69a0d3105f78acbbf9f4e01d5b31fd0dfdf.zip |
Add installation instructions from Tomas Pospisek <tpo_hp@sourcepole.ch>.
-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 | 1) Check Config.h and adjust if you need a different functionality than | ||
2 | defined by default. | ||
3 | |||
4 | 2) Check the Makefile | ||
5 | |||
6 | 3) make | ||
7 | |||
8 | 4) make install | ||