Editing PSL1GHT
Jump to navigation
Jump to search
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 70: | Line 70: | ||
I included a script to set the environment to develop just source the SetEnvPS3.sh in ~/Ps3-Psl1ght_v2. | I included a script to set the environment to develop just source the SetEnvPS3.sh in ~/Ps3-Psl1ght_v2. | ||
== Docker image (Linux cgroup | == Docker image (Linux cgroup) == | ||
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. | 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. | ||
Line 76: | Line 76: | ||
* PSL1GHT(v2) for PS3 Development https://registry.hub.docker.com/u/psl1ght/psl1ght/ . From the console run docker pull psl1ght/psl1ght . | * 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 | This works out of the box on any current linux 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 | * If you want to build it yourself you can use docker pull psl1ght/psl1ght-dev |