i previously found out the vitasdk builts are unaccessable. So i built my own from the latest master and like to share with you the way i did it. I created the tutorial on github and will update it. I'll update there first, but keep this thread updated too. Please excuse any spelling mistakes, english is not my first language.
prerequisits:
- macOS Sierra (older OS X Versions might work too)
- brew
needed packages:
- cmake
- git
install packages via :
Code: Select all
brew install cmake gitcreate a directory for your dependencies. E.G.: Documents/vitasdk
Code: Select all
cd Documents/vitasdk
git clone https://github.com/vitasdk/buildscripts.git
mkdir build
cd build
cmake ..Now vitasdk is compiled in
Code: Select all
Documents/vitasdk/build/- as suggested in https://henkaku.xyz/developer/ move the
Code: Select all
Documents/vitasdk/buildCode: Select all
/usr/local/vitasdkCode: Select all
sudo nano /etc/pathsCode: Select all
vitasdk/binIn case you copied it to
Code: Select all
usr/local/vitasdkCode: Select all
/usr/local/vitasdk/vitasdk/binCode: Select all
/usr/local/vitasdk/vitasdk/bin
Advertising
