aboutsummaryrefslogtreecommitdiffstats
path: root/words3
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:20 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:20 -0800
commitcfb3b2780016b4e9ab4849e22d9c3acbaf535248 (patch)
tree528137ab7928f44991af00d35683fb5c85ae0880 /words3
parent48e1144df43616c7672ed98ed9da40a50622c18b (diff)
downloadandroid_external_bzip2-cfb3b2780016b4e9ab4849e22d9c3acbaf535248.tar.gz
android_external_bzip2-cfb3b2780016b4e9ab4849e22d9c3acbaf535248.tar.bz2
android_external_bzip2-cfb3b2780016b4e9ab4849e22d9c3acbaf535248.zip
auto import from //depot/cupcake/@135843
Diffstat (limited to 'words3')
-rw-r--r--words330
1 files changed, 30 insertions, 0 deletions
diff --git a/words3 b/words3
new file mode 100644
index 0000000..6972669
--- /dev/null
+++ b/words3
@@ -0,0 +1,30 @@
+
+If you got this far and the 'cmp's didn't complain, it looks
+like you're in business.
+
+To install in /usr/local/bin, /usr/local/lib, /usr/local/man and
+/usr/local/include, type
+
+ make install
+
+To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type
+
+ make install PREFIX=/xxx/yyy
+
+If you are (justifiably) paranoid and want to see what 'make install'
+is going to do, you can first do
+
+ make -n install or
+ make -n install PREFIX=/xxx/yyy respectively.
+
+The -n instructs make to show the commands it would execute, but
+not actually execute them.
+
+Instructions for use are in the preformatted manual page, in the file
+bzip2.txt. For more detailed documentation, read the full manual.
+It is available in Postscript form (manual.ps), PDF form (manual.pdf),
+and HTML form (manual.html).
+
+You can also do "bzip2 --help" to see some helpful information.
+"bzip2 -L" displays the software license.
+