README

changeset 79
b697568aad71
parent 64
4beddef56d73
equal deleted inserted replaced
78:22977dbb746b 79:b697568aad71
8 8
9 When run, Squish reads a file called 'squishy' in the current (or specified) directory, which contains 9 When run, Squish reads a file called 'squishy' in the current (or specified) directory, which contains
10 instructions on how to squish a project. 10 instructions on how to squish a project.
11 11
12 For an example you can see Squish's own squishy file, included in this package. For reference, see below. 12 For an example you can see Squish's own squishy file, included in this package. For reference, see below.
13
14 ## Building and installing
15
16 Squish uses itself to squish itself and its components into a single 'squish' utility that can be run anywhere.
17 To build squish, just run "make" - there are no dependencies other than Lua.
18
19 You can run "make install" to copy squish to /usr/local/bin/ if you have permission.
13 20
14 ## Squishing 21 ## Squishing
15 22
16 Running squish will search for a 'squishy' file in the current directory. Alternatively you can pass to squish 23 Running squish will search for a 'squishy' file in the current directory. Alternatively you can pass to squish
17 a directory to look in. 24 a directory to look in.

mercurial