$Id: README.txt 1550 2008-08-14 16:51:27Z blaine $ Please see http://admc.com/confluence/display/tech/Shell+Scripts . The *.tar.bz2 file in this script contains the entire distribution in bzip2-compressed tar format. You can extract this with GNU tar like cd /usr/local && tar -xjf /path/to/file.tar.bz2 and with inferior tar implementations like cd /usr/local && bunzip2 -c /path/to/file.tar.bz2 | tar -xf -