official source tarball (NOT git)
|
11-30-2012, 09:38 AM
![]() |
|||
|
|||
RE: official source tarball (NOT git)
"Native" is my portability/utility library which I share between multiple projects, PPSSPP just happens to be the only open source one.
With git submodules, it's very easy to keep it updated. "git submodule update --init" and it's there, the right version of it too. Distributing traditional tarballs seems unnecessary. The equivalent of a "source code release" for PPSSPP is right now a simple "git clone ... (at tag); git submodule update --init; tar ..." and I don't see why things need to be more complicated than that just to satisfy some packaging system, at least not until the project is considerably more mature. Sorry. |
|||
« Next Oldest | Next Newest »
|