README: Add 'Building and installing' section

Sun, 10 Oct 2010 13:05:48 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 10 Oct 2010 13:05:48 +0100
changeset 79
b697568aad71
parent 78
22977dbb746b
child 80
b70f75414c81

README: Add 'Building and installing' section

README file | annotate | diff | comparison | revisions
--- a/README	Sun Oct 10 02:24:41 2010 +0100
+++ b/README	Sun Oct 10 13:05:48 2010 +0100
@@ -11,6 +11,13 @@
 
 For an example you can see Squish's own squishy file, included in this package. For reference, see below.
 
+## Building and installing
+
+Squish uses itself to squish itself and its components into a single 'squish' utility that can be run anywhere.
+To build squish, just run "make" - there are no dependencies other than Lua.
+
+You can run "make install" to copy squish to /usr/local/bin/ if you have permission.
+
 ## Squishing
 
 Running squish will search for a 'squishy' file in the current directory. Alternatively you can pass to squish 

mercurial