Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
PS4 CFW and Hacks       Thread starter PSXHAX       Start date Dec 25, 2016 at 3:00 AM       10      
Status
Not open for further replies.
On this very merry X-Mas day following his PS4Payload IP Patcher, PlayStation 4 developer @DaBlackPantha made available a PS4-*** Installer Script for compiling CTurt's Open Source PS4 *** while we await Sony's official PS4 *** to be leaked. :hearteyes:

Download: ps4sdkinstall.sh (MAY need to run chmod +x on the file) / CTurt PS4 *** GIT / PS4Dev PS4SDK GIT / PS4-SDK_compiled.rar (182 KB)

To quote from Black Panther: I made this for those (noobs) who want to make things for CTurts PS4-*** but do not know how to compile/install the ***.

What you Need:
  • Linux Operating System (Mingw on windows might work, idk)
  • root access
  • bash installed (which in most cases, it will already be installed if not run apt-get install bash)
What this does:
  • Installs LLVM 3.8, BINUTILS, and GIT (which are needed)
  • clones the PS4-*** into /usr/local
  • compile the necessary libraries
  • compile all the examples
Source:
Code:
#!/bin/bash
#PS4SDK Install Script for noobs

apt-get install llvm-3.8
apt-get install binutils
apt-get install git
cd /usr/local/
git clone https://github.com/CTurt/PS4-***.git
export PS4SDK=/usr/local/PS4-***
cd /usr/local/PS4-***/libPS4
make
cd ../libusbfatfs
make
cd ../examples/camera
make
cd ../canvas
make
cd ../filesystem
make
cd ../hello
make
cd ../modules
make
cd ../pad
make
cd ../sockets
make
cd ../threads
make
cd ../usb/list_devices
make
cd ../storage
make
cd ../usbfatfs
make
printf "\nPS4 *** Installer Script by Black Panther"
printf "\nCredits to CTurt for his great ***"
printf "\nRead all the posts on his github for info!\n"
If any bugs, report here.

Seasons greetings to @B7U3 C50SS in the PSXHAX Shoutbox for the news via @HydrogenNGU! :beer::beer:

PS4 *** Installer Script to Compile the PS4SDK by Black Panther.png
 

Comments

Status
Not open for further replies.
Back
Top