Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INSTALL.md Out of Date #31

Open
stevedor opened this issue Nov 22, 2022 · 0 comments
Open

INSTALL.md Out of Date #31

stevedor opened this issue Nov 22, 2022 · 0 comments

Comments

@stevedor
Copy link

stevedor commented Nov 22, 2022

The instructions in INSTALL.md appear to be out of date. In particular, they seem to rely on an old version of rgbds. Following the instructions and pulling the git branches listed there, I got the following error while running make in pokecrystal/:

pokecrystal$ make

rgbasm -o rgbdscheck.o rgbdscheck.asm
ERROR: rgbdscheck.asm(14):
    pokecrystal requires rgbds v0.6.0 or newer.
make: *** [Makefile:124: rgbdscheck.o] Error 1

However, it seems to work fine if you pull the current version of rgbds:

$ git clone --depth=1 https://github.com/rednex/rgbds

I then ran make -C against that directory, added it to the path manually, and both it and pokecrystal built fine on Ubuntu 21.04.1 LTS.

I'm not sure if this will work for everyone, though, and don't want to put in a PR without being able to check this myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant