diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-08 15:41:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-08 15:41:01 +0000 |
commit | 97bd0e05ccef27563b4403c24952f0abec8eb6cf (patch) | |
tree | ae7970506abbd5f5fec7eafa77eba9d46e4204cb /README | |
parent | 7dbf1b4d9eb0eca9c98cfdd0d37d6ce3b8f09e0c (diff) | |
download | busybox-97bd0e05ccef27563b4403c24952f0abec8eb6cf.tar.gz |
README: doccument the need of CONFIG_DESKTOP
od: fix help text to include -t
od: handle /proc files (which have filesize 0) correctly
od: fix comments to not lie about return value
od: "%u" is 1 byte less than "%zu"
cat: fix English
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -82,6 +82,9 @@ Downloading the current source code: is generally a faster way of getting it fixed, and the complete archive of what happened is the subversion changelog. + Note: if you want to compile busybox in a busybox environment you must + select ENABLE_DESKTOP. + ---------------- getting help: |