pspdev / psplibraries

A script to automatically build open-source libraries for PSP homebrew development.
47 stars 45 forks source link

scripts/pspgl.sh references pspports, but pspgl lives in own repo now #89

Open rofl0r opened 2 years ago

rofl0r commented 2 years ago
get_pspport pspgl

run_make -j `num_cpus`
sharkwouter commented 2 years ago

psplibraries is no longer used. It has been replaced with psp-packages. Newer versions of the toolchain can be downloaded here: https://github.com/pspdev/pspdev/releases/tag/latest

rofl0r commented 2 years ago

thank you, great to know. would it make sense to write into README "this repo is deprecated, use psp-packages instead" ?

sharkwouter commented 2 years ago

That would make sense. I personally do not have the rights to actually make it deprecated unfortunately.

fjtrujy commented 2 years ago

I have updated the README added the deprecated content, anyway could be great if @ooPo marks it as archived.

Thanks