------------------------------------------------------------------------------- Aimject - Win32 Build Instructions ------------------------------------------------------------------------------- Jon Oberheide http://jon.oberheide.org/projects/aimject/ DESCRIPTION This document provides step-by-step instructions on how to build and run Aimject on the Win32 platform. Aimject has been successfully tested on Windows 2000/XP/2003. The vast majority of users should use the prebuilt Win32 binaries, but follow these directions if you wish to build from source. Proceed at your own risk! BUILD ENVIRONMENT While the Aimject binaries are actually compiled using MinGW, Cygwin is used to set up the build environment. If you don't have Cygwin installed, go to http://www.cygwin.com and download the setup program. Install the base Cygwin system along with wget, tar, gzip, and unzip. BUILD AIMJECT The automated build script included with Aimject (win32-build.sh) will use Cygwin's bash shell to download and extract the necessary dependencies. 1. Download and extract the latest version of Aimject. 2. From a Cygwin bash shell, cd into the Aimject directory and execute "./data/win32-build.sh". Sit back and watch the magic build process! 3. You should now have an Aimject binary in src/ and an Aimject installer in the top level directory.