tar xzf zilla-1.0.0.tar.gzChange directory to that location, then...
cd sample_robots make
1. Unzip the distribution 2. Open a "compiler aware" Command Prompt For Microsoft Visual Studio .NET, use: Start->All Programs->Microsoft Visual Studio .NET ->Visual Studio .NET Tools->Visual Studio .NET Command Prompt For Microsoft Visual C++ Toolkit 2003, use: Start->All Programs->Microsoft Visual C++ Toolkit 2003 ->Visual C++ Toolkit 2003 Command Prompt 3. Change the directory to zilla\sample_robots 4. Run 'build_release' to build the sample robots
Second: Untar the Zilla distribution with 'tar', change into the zilla directory, then:
./configure make cd sample_robots make
There is also a 'sample_robots.sln' to build the sample robots in MSVC++'s IDE.
Then, under Linux, run the 'zilla' script:
./zillaUnder Windows, run 'zilla.exe' from the 'Release' directory.
sample_robots -- Source code and build environments for sample robots. src -- Where the source code lives. data -- Several miscellaneous data files, all ASCII text. audio -- Music files in '.mod' format and sound effects in '.wav'. models -- 3D Models in AC3D format, 3D animations in .ssg format. images -- Texture maps in '.rgb' format. fonts -- Screen fonts in '.txf' format. doc -- Documentation in '.html' format + images in '.jpg'. Release -- The Windows version's release executable lives here.