SCDoc: Use proper static string constants instead of comparing string literals.
[supercollider.git] / package / USAGE
blobb48e7f56e40d3285870badfa7fda057c1dcaf46e
1 ./package usage:
3 -v version:
4     Specify a version number. If this option is not specified the
5     default is to use the date (YYYY-MM-DD) as the version.
7 -s:
8     Build a source package. If this option is not specified the default
9     is to build a DMG.
11 -o:
12     Include the optional installs located in the ./optional directory.
13     If this option is not specified the default is to not include the
14     optional installs.
16 -----------------------------------------------------------------------
18 Typical usage when posting a new release on SourceForge:
20 # Place the mac optional installs in the ./optional directory.
21 ./package -v 3.2
22 ./package -v 3.2 -o
24 # Place the source optional installs in the ./optional directory.
25 ./package -v 3.2 -s
26 ./package -v 3.2 -s -o
28 -----------------------------------------------------------------------