Things You'll Need
Instructions
Download CYGWIN, a Unix emulator, using the resource link below.
Save the file "Setup.exe" to your desktop so it is easy to find. Run the executable file and set the install directory to C://Cygwin. Follow the installation screens to set up the emulator to work with your computer.
Download a PS2 toolchain. The tool chain has the all the files needed to create working PS2 video games. It contains the libraries, compiler, header files and basic sample programs. Click on the PS2 Dev Toolchain link below to download the toolchain. Run the install program and save to "C:/cygwin/home/user", where "user" is your user name.
Open up a bash shell, "cygwin.bat" from the start menu. This will open up a command line that should read yourusername@yourcomputername. Type "cd ps2dev". This will open up your toolchain directory. Next, type "ls". This will list out all files in your toolchain. There are several demos and useable source code in this directory. Type "ps2makedir.sh". This will load a demo showing you source code for a usable PS2 game menu.