PS3Hax Network - Playstation 3 Hacks and Mods

PS3Hax Network - Playstation 3 Hacks and Mods (http://www.ps3hax.net/forums.php)
-   PS3 | Technical Development and Coding Area (http://www.ps3hax.net/forumdisplay.php?f=151)
-   -   [Download] ps3toolchain + PSL1GHT v2 compiled for Linux (http://www.ps3hax.net/showthread.php?t=45561)

xerpi 11-01-2012 09:27 AM

[Download] ps3toolchain + PSL1GHT v2 compiled for Linux
 
For those who can't get PSL1GHT working I have uploaded the ps3 toolchain + PSL1GHT v2 compiled, so you only have to decompress it, move to the folder you want and set the environment variables.
I have tested it on my two computers (running Linux Mint Debian) and it worked flawlessly.
I recommend you to decompress it on /opt/ps3dev and then open your bashrc file (~/.bashrc) and add these lines (you can change /opt/ps3dev
to the path you want):

Code:

## 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

Download: http://www.mediafire.com/?yazdz4sz7sbqe2m
If you want to test if it works, you can try with the NoRSX sample.
Hope it works !


All times are GMT -5. The time now is 08:39 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.