To obtain AWA for unix systems by anonymous ftp type : cd /pub/awa/unix bin get awa.src.tar.Z get awa.bin.ARCH.tar.Z quit where ARCH is the machine architecture for which you want to have the binaries. Presently: ARCH = SUN4 (for SUN SPARC), ARCH = HPPA (for HPPA RISC, 700 series) ARCH = LINUX (for LINUX, ELF), ARCH = RS6000 (for IBM AIX, RS6000) To unpack type (on your unix system) : zcat awa.src.tar.Z | tar xvf - zcat awa.bin.ARCH.tar.Z | tar xvf - with ARCH chosen as previously. This generates the directory structure : awa | +- bin | | | +- ARCH (with ARCH = machine architecture you chose) | +- examples | | | +- output | +- src ------------------------------------------------------------------------------- To obtain AWA for MSDOS systems by anonymous ftp type : cd /pub/awa/msdos bin get awaMSDOS.zip get unzip.exe quit To unpack type (on your MSDOS system) : unzip awaMSDOS This generates the directory structure : awa | +- bin | | | +- MSDOS | +- examples | | | +- output | +- src