I wrote this guide because there are probably many people who dont want to spend ages downloading cygwin. Especially those on dial-up.
This will still require you to download about 30mb though.
1.First download
This.
Install it. leave the directory as default. choose to install the compact installation and make sure that the only box left coloured is mingw32-make.
click next and your done.
2.Now install this
thisagain, leave the directory as default.
now thats done.
open up notepad and copy&paste this:
set path=%path%;c:\pspdev\bin
set PSPSDK=C:\PSPDev\psp\sdk
cmd
and save it as pspdev.bat in your pspdev folder, which should be at the root of your hard-drive.
3.Now thats done, its time to set up your IDE. I highly recommend Bloodshed's Dev-C++ which can be found
here.
Another good one is C-Free, which can be found
here4.Now your completely done.
To compile the files place them in a folder in \pspdev along with a makefile and open up pspdev.bat.
type
cd nameoffolder
Hit enter, then type
make
Hope you've found this tutorial helpful!
PS. DO NOT attempt to install minGW with cygwin already installed.