hello everyone, I'm trying to compile the source code using PSDK3v2 but I always get the error below (see img)
![]()
... I found the missing library on the developer's github but I don't know how to use / integrate it in PSDK3v2 ... could you help me? thanks!!
cd libya2d
make install
Hi! sorry, I'm still trying but the command is not recognized and I can't go on ...get the library from: https://github.com/bucanero/ya2d_ps3
then just run:
Code:cd libya2d make install
Hi! sorry, I'm still trying but the command is not recognized and I can't go on ...
am I missing a few files?
Hi! sorry, I'm still trying but the command is not recognized and I can't go on ...
am I missing a few files?
Hi! sorry, I'm still trying but the command is not recognized and I can't go on ...
am I missing a few files?
![]()
@echo off
set PS3SDK = / c / PSDK3v2
set WIN_PS3SDK = C: / PSDK3v2
set PATH =% WIN_PS3SDK% / mingw / msys / 1.0 / bin;% WIN_PS3SDK% / mingw / bin;% WIN_PS3SDK% / ps3dev / bin;% WIN_PS3SDK% / ps3dev / ppu / bin;% WIN_PS3SDK% / ps3dev / spu ;% WIN_PS3SDK% / mingw / Python27;% PATH%;
set PSL1GHT =% PS3SDK% / psl1ght
set PS3DEV =% PS3SDK% / ps3dev
make install
pause
but I got stuck again,
I am missing some other file but I don't know how to install it...