I thought I would take some of my own time to help with those who are interested in making there own homebrew app. I would recommend you have some basic knowledge of C++ while we are going through these lessons. You're going to want to download 1.92 PS3 SDK, Or something similar to that. For example another program which would be good for homebrew development would be PSL1IGHT. You can download these, From google. When I have time I will put the download links in the description so you don't have to make one bit of effort just yet. Let me just add this before we start. I am using windows so the programs you download will definitely depend on what you are running.
Ok, Now, Let's actually get started with it. All I want you to do, is go down to your C drive. At the root of your C drive create a folder named “usr”. Within that create another folder named “local” and within that one make a folder named “cell”. Now, What I want you to do is extract your downlao to “C:\usr\local\cell”.
Now, Crunchy nutters you are going to want to download Download and install
MinGW-3.1.0-1.exe
then
MSYS-1.0.10.exe
then
msysDTK-1.0.1.exe.
CFWProphet’s PS3 PKG Tool
*NOTE* I will put the links down there in my own time.
Now, You are going to have to edit your Enviroment Variable. To do that, Click on your computer, Right click and press properties. You will then see a tab that says advanced and see something that says Advanced Variable. Click on it and include the following:
name: CELL_SDK
value: /c/usr/local/cell
name: LANG
value: C
name: DTNETM
value: hostname or IP address of the Reference Tool
name: PATH
value: c:\msys\1.0\bin;
c:\usr\local\cell\host-win32\bin;
c:\usr\local\cell\host-win32\ppu\bin;
c:\usr\local\cell\host-win32\spu\bin;
c:\usr\local\cell\host-win32\Cg\bin
I will carry this on when I can.
Ok, Now, Let's actually get started with it. All I want you to do, is go down to your C drive. At the root of your C drive create a folder named “usr”. Within that create another folder named “local” and within that one make a folder named “cell”. Now, What I want you to do is extract your downlao to “C:\usr\local\cell”.
Now, Crunchy nutters you are going to want to download Download and install
MinGW-3.1.0-1.exe
then
MSYS-1.0.10.exe
then
msysDTK-1.0.1.exe.
CFWProphet’s PS3 PKG Tool
*NOTE* I will put the links down there in my own time.
Now, You are going to have to edit your Enviroment Variable. To do that, Click on your computer, Right click and press properties. You will then see a tab that says advanced and see something that says Advanced Variable. Click on it and include the following:
name: CELL_SDK
value: /c/usr/local/cell
name: LANG
value: C
name: DTNETM
value: hostname or IP address of the Reference Tool
name: PATH
value: c:\msys\1.0\bin;
c:\usr\local\cell\host-win32\bin;
c:\usr\local\cell\host-win32\ppu\bin;
c:\usr\local\cell\host-win32\spu\bin;
c:\usr\local\cell\host-win32\Cg\bin
I will carry this on when I can.