SCEI PS3 SDK: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "SCEI PS3 SDK - Playstation 3 Programmer Tool Runtime Library == Generic Warning == {| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable" style="border:1p...") |
|||
Line 13: | Line 13: | ||
cell/ | cell/ | ||
├── Readme_*.txt | ├── Readme_*.txt | ||
├── version-SDK | ├── version-SDK Release version file | ||
├── license | ├── license Trademarks and Licenses file | ||
│ ├── license_*.txt | │ ├── license_*.txt | ||
│ └── others | │ └── others | ||
├── info | ├── info | ||
│ ├ *.txt | |||
│ ├ old\XXX | |||
│ └── RefToolHW_operating_instructions | │ └── RefToolHW_operating_instructions | ||
├── SDK_doc\jp(en)\pdf\ | |||
│ └── development_basic | |||
├── host-common | ├── host-common | ||
├── host-linux | ├── host-linux Linux version of utility | ||
├── host-win32 Windows version of utility | |||
├── target | ├── target | ||
│ ├── bootrom | │ ├── bootrom Flash Memory image file (ebootrom) | ||
│ ├── images | │ ├── images executable image files (system files) | ||
│ ├── common | │ ├── common | ||
│ │ └── include | │ │ └── include | ||
Line 32: | Line 37: | ||
│ ├── include | │ ├── include | ||
│ └── lib | │ └── lib | ||
└── samples | └── samples | ||
== Operating Systems Supported == | |||
*Linux (until version 210.001): | |||
** Red Hat Professional Workstation (Linux 2.4.21) | |||
** Red Hat Enterprise Linux for Workstations (Linux 2.6.9) | |||
** SUSE Linux Professional 9.2 (Linux 2.6.8) | |||
*Windows: | |||
** Windows XP Professional SP2 | |||
== SDK versions == | == SDK versions == |
Revision as of 13:48, 8 October 2011
SCEI PS3 SDK - Playstation 3 Programmer Tool Runtime Library
Generic Warning
Generic Warning |
---|
Please do not link to files, leaks etc. We support developers and love the hardware to tinker with. :) |
Generic contents
cell/ ├── Readme_*.txt ├── version-SDK Release version file ├── license Trademarks and Licenses file │ ├── license_*.txt │ └── others ├── info │ ├ *.txt │ ├ old\XXX │ └── RefToolHW_operating_instructions ├── SDK_doc\jp(en)\pdf\ │ └── development_basic ├── host-common ├── host-linux Linux version of utility ├── host-win32 Windows version of utility ├── target │ ├── bootrom Flash Memory image file (ebootrom) │ ├── images executable image files (system files) │ ├── common │ │ └── include │ ├── ppu │ │ ├── include │ │ └── lib │ └── spu │ ├── include │ └── lib └── samples
Operating Systems Supported
- Linux (until version 210.001):
- Red Hat Professional Workstation (Linux 2.4.21)
- Red Hat Enterprise Linux for Workstations (Linux 2.6.9)
- SUSE Linux Professional 9.2 (Linux 2.6.8)
- Windows:
- Windows XP Professional SP2