Editing PSL1GHT

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
PSL1GHT is a free SDK for developing applications for the PS3 GameOS. To run applications developed with PSL1GHT you need some sort of jailbreak or custom firmware currently on the PS3.
[[Category:Software]]
PSL1GHT is a free SDK for developing applications for the PS3 GameOS. To run applications developed in PSL1GHT you need some sort of jailbreak or custom firmware currently.


== Official Ps1light main references ==
== Official Ps1light main references ==
* Wiki: [http://psl1ght.net/wiki/Main_Page psl1ght.net/wiki]


* IRC: [irc://irc.efnet.org/#psl1ght #psl1ght on EFnet]. Dev talk only.
* IRC: [irc://irc.efnet.org/#psl1ght #psl1ght on EFnet]. Dev talk only.
Line 10: Line 13:
== Precompiles ==
== Precompiles ==


* Precompiled PSL1GHT v2 with ps3toolchain for Linux 64 bits (by xerpi)
* Precompiled PSL1GHT(v1?): [http://psychocoder.de/precompiled-ps3toolchain-and-psl1ght-for-ubuntu-10-10-64bit/ Precompiled ps3toolchain and PSL1GHT for Ubuntu 10.10 64Bit]
  Mediafire download: http://www.mediafire.com/?yazdz4sz7sbqe2m
  GitHub: https://github.com/xerpi/psl1ght-v2_linux64
 
  Instructions:
  * Unzip on /opt/ps3dev
  * Add to ~/.bashrc:
    ## Setup ps3toolchain environment
    export PS3DEV=/opt/ps3dev
    export PATH=$PATH:$PS3DEV/bin
    export PATH=$PATH:$PS3DEV/ppu/bin
    export PATH=$PATH:$PS3DEV/spu/bin
    ## Setup PSL1GHT Environment
    export PSL1GHT=$PS3DEV/psl1ght
    export PATH=$PATH:$PSL1GHT/host/bin
 
 
 
 
* Precompiled PSL1GHT(v1?): - Link Missing -
::You may have to install python2.7 and run '''sudo ln -s /usr/bin/python2.7 /usr/bin/python2'''
::You may have to install python2.7 and run '''sudo ln -s /usr/bin/python2.7 /usr/bin/python2'''
::Note that these environment binaries can be installed over the same architecture as the one run on ubuntu 64 bit (amd64/x86_64), so any distro that supports these binaries is applicable




* Precompiled PSL1GHT (v2) for Linux x86_64 (64bits) : - Link Missing - (MD5 : a78fb73f2ee60b3344ad5fe4edf9467f)
* Precompiled PSL1GHT (v2) for Linux : [http://www.multiupload.com/KSVKJNUR1V psl1ght-precompiled.zip (357.43 MB)] *Outdated since MU goes down. Link refresh request*




Line 47: Line 30:


* Precompiled PSL1GHT (v1) for Mac OsX 10.6-10.8:
* Precompiled PSL1GHT (v1) for Mac OsX 10.6-10.8:
- Have Xcode, Macports, Git, Apple's command line tools and the Cg toolkit installed.
- Have Xcode, Macports, Git, and the Cg toolkit installed.
- Download - Link Missing - and run the install script inside, read the ReadMe.
- Download https://github.com/nevik/Psl1ght.v1-OsX-precompiled-install-script/zipball/master and run the install script inside, read the ReadMe.


-This will install
-This will install:
    It will update Macports and install all the dependencies needed.
     ps3dev at /usr/local/
     ps3dev at /usr/local/
     it will create the directory ~/Ps3-Psl1ght
     psl1ght in your home directory
     it will build fail0verflows tools in ~/Ps3-Psl1ght (if you want a GUI and a few more tools download http://www.2shared.com/file/lv38Dbax/Ps3ToolsOsXv2pkg.html)
     ps3tools in your home directory
     I included a script to set the environment to develop just source the SetEnvPS3.sh in ~/Ps3-Psl1ght
     and the ps3keys from the devwiki in your home directory.
   
-For those whom have Macports and all the ports installed and just need the /ps3dev here is a installer package (psl1ght_v1) - Link Missing -. Read the ReadMe inside.
 
* Precompiled PSL1GHT (v2) for Mac OsX 10.6-10.8:
- Have Xcode, Macports, Git, Apple's command line tools and the Nvidia's Cg toolkit installed.
- Download - Link Missing -
 
- This will install
    It will update Macports and install all the dependencies needed.
    ps3dev in /usr/local/
    it will create the directory ~/Ps3-Psl1ght_v2 with psl1ght in it.
    it will build fail0verflows tools in ~/Ps3-Psl1ght_v2 (if you want a GUI and a few more tools download http://www.2shared.com/file/lv38Dbax/Ps3ToolsOsXv2pkg.html)
    I included a script to set the environment to develop just source the SetEnvPS3.sh in ~/Ps3-Psl1ght_v2.
 
== Docker image (Linux cgroup, works on ÒSX as well) ==
 
cgroups are safer to use than binaries (beware pre-build binaries from soureces you don't trust) but perform faster and require less resources then a VM. Good if you don't have the resources to run a VM.
 
* PSL1GHT(v2) for PS3 Development https://registry.hub.docker.com/u/psl1ght/psl1ght/ . From the console run docker pull psl1ght/psl1ght .
 
This works out of the box (+ installing docker) on any current linux or osx without the need to install the dependencies (which can be troubling under non ubuntu 12.04).
 
* If you want to build it yourself you can use docker pull psl1ght/psl1ght-dev
 
Be aware that this image is 5GB as it containst all dependencies. It is likely not what you want.


== Virtual Machine Images ==
== Virtual Machine Images ==
Line 181: Line 138:


==Other references==
==Other references==
* https://github.com/kakaroto/e17
* https://code.google.com/p/rsxgl/ / https://github.com/gzorin/RSXGL
* PSL1GHT Setup on Windows 8 (Cygwin or MinGW) http://www.ps3hax.net/showthread.php?t=61837 (by CaptainCPS-X)
* https://github.com/jevinskie/ps3toolchain/tree/latest-and-greatest <- use this for latest builds and not the official one


{{Development}}<noinclude>[[Category:Main]]</noinclude>
* PsxBrew [http://www.psxbrew.net/wiki/Main_Page wiki]
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)