How to install the autopackage developer tarball
------------------------------------------------
The developer tarball requires the main autopackage runtime, which
can be downloaded from the download page. Please install the runtime
first.

After having installed the runtime, type:

	make install


How to install from SVN
-----------------------

Type:

	./setup

There's no need to do anything else.


Things to note:
---------------

  * You can run a .package in debug mode with the -d option, this will put you into
    a bash prompt so you can examine the contents of it
  * bashlib MUST have a newline, otherwise the compareVersions import will screw up

