pret/poketcg

How do I get this to work?

HowdoIBuildRgbgfx opened this issue · 2 comments

I could not find /usr/local/bin in the repository so I assume that these have to be created. In this case, where do I place /usr/local/bin, or does it not matter?

Additionally, I how do you build rgbfgx? The page itself does not mention any instructions and there are no executables (unlike rgbds, which is essentially a set of executables). I've tried some tutorials I googled, but using cmd with the make all command just resulted in a bunch of error messages.

Thanks in advance, I'm really new to this. ):

Sorry for being lazy with the install instructions. You're honestly better off referencing pokered's install instructions to get rgbds working:
https://github.com/iimarckus/pokered/blob/master/INSTALL.md

As far as building rgbgfx, compile it just like any other c code. You could always ask stag019 for more help if you need it.

I added a gfx.py branch which undos the changes when rgbgfx was added. It uses the same python tools that pokered uses and is much easier to get working than rgbgfx. Until rgbgfx becomes a part of rgbds, I will maintain the gfx.py branch.