#WINDOWS
MinimalistPSP and CMDHERE
both download,install.download SRC,then rightclick.boot command prompt with cmdhere,make ENTER.
prx will be build
SCMOD08
MKULTRA
CMFUSION
NOTE:NITEPR_SCRJ is old lanst fix needed,SRC_FIXED
#LINUX
UBUNTU INSTALL UBUNTU,or other distri...use vmware emulater one of method
NOTE;MINIMALISTPSPSDK_UBUNTU quick install help.
bood console,install subversion
sudo sudo apt-get install subversion
GET PSPtoolchain
svn co svn://svn.pspdev.org/psp/trunk/psptoolchain
install required exe readme
sudo apt-get install build-essential autoconf automake bison flex libncurses5-dev libreadline-dev libusb-dev texinfo libgmp3-dev libmpfr-dev subversion
edit bashrd
gedit ~/.bashrc
gedit,add last line
#if you use MinimalistPSPSDK,change PSPDEV="/opt/pspsdk"
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
export PATH="$PATH:$PSPDEV/bin:$PSPSDK/bin"
reloaded bashrc
source ~/.bashrc
type "cd" psptoolchain,then run sh(it'll take a few hour)
cd psptoolchain
sudo ./toolchain-sudo.sh
cd,then make
SCMOD08
MKULTRA
CMFUSION
#GET SVN
WINDOWS_TORTOISSVN
LINUX_RABBITVCS install for your OS.SVN CHEACKOUT
NOTE;if you are linux user and installed subversion,just type svn command with console.get src quickly.
OHER SVN
SCEPCHEATMASTER