Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
official source tarball (NOT git)
11-30-2012, 09:38 AM
Post: #12
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: official source tarball (NOT git) - Henrik - 11-30-2012 09:38 AM

Forum Jump: