Git on IRIX -
Raion - 10-07-2020
Trying to build git right now... it's not going well.
I don't suppose anyone here knows of any lightweight/alternative git libraries or implementations we could try?
RE: Git on IRIX -
rbz - 10-07-2020
Looks like RSE has it as a package, can prob check what they did to make it work.
RE: Git on IRIX -
Raion - 10-07-2020
I already know what they have as a package, but the issue is that they used GCC, I am mostly targeting MIPSPro. I monitor their commits and packages in wipnonautomated, but because of compiler differences, it's not really useful
RE: Git on IRIX -
Raion - 10-07-2020
It looks like a solution would be libgit2 - I've found a few clients for Amiga and other OSes using this library, and it's c89 based.
It does require OpenSSL, zlib, and it looks like PCRE, but it doesn't look like CMAKE can find IRIX's threads, even after setting pthread stuff... I'll have to dig more and maybe reach out to the devs after VCF.
RE: Git on IRIX -
Raion - 10-23-2020
http://gameoftrees.org
This is also available. I'll be continuing to figure out what the best course is. In the meantime, Axatax did tell me he has a working mipspro git.