aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/words3
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-13 19:47:58 +1000
committerDavid Walter Seikel2014-01-13 19:47:58 +1000
commitf9158592e1478b2013afc7041d9ed041cf2d2f4a (patch)
treeb16e389d7988700e21b4c9741044cefa536dcbae /libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/words3
parentLibraries readme updated with change markers and more of the Irrlicht changes. (diff)
downloadSledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.zip
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.gz
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.bz2
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.xz
Update Irrlicht to 1.8.1. Include actual change markers this time. lol
Diffstat (limited to 'libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/words3')
-rw-r--r--libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/words330
1 files changed, 30 insertions, 0 deletions
diff --git a/libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/words3 b/libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/words3
new file mode 100644
index 0000000..6972669
--- /dev/null
+++ b/libraries/irrlicht-1.8.1/source/Irrlicht/bzip2/words3
@@ -0,0 +1,30 @@
1
2If you got this far and the 'cmp's didn't complain, it looks
3like you're in business.
4
5To install in /usr/local/bin, /usr/local/lib, /usr/local/man and
6/usr/local/include, type
7
8 make install
9
10To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type
11
12 make install PREFIX=/xxx/yyy
13
14If you are (justifiably) paranoid and want to see what 'make install'
15is going to do, you can first do
16
17 make -n install or
18 make -n install PREFIX=/xxx/yyy respectively.
19
20The -n instructs make to show the commands it would execute, but
21not actually execute them.
22
23Instructions for use are in the preformatted manual page, in the file
24bzip2.txt. For more detailed documentation, read the full manual.
25It is available in Postscript form (manual.ps), PDF form (manual.pdf),
26and HTML form (manual.html).
27
28You can also do "bzip2 --help" to see some helpful information.
29"bzip2 -L" displays the software license.
30