gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit fb618a18d15cae0a7eff656b18227cb826a06a64 parent d853d30da1f3e42fbe76c023e60c6853c5223bee Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Sun, 6 Feb 2022 10:38:44 -0800 Readme: Trailing slash to linux path export Diffstat:
| M | docs/README | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/README b/docs/README @@ -39,11 +39,11 @@ Setup: Suggested location: /opt/gbdk/ * Recommended but not required: Add the gbdk 'bin' sub-directory to your shell path - Run from command line (only lasts for that session): export GBDKDIR=/opt/gbdk + Run from command line (only lasts for that session): export GBDKDIR=/opt/gbdk/ Or add that to your shell defaults (permanent) * Open a command line and compile the examples by running "make" in - the "examples\gb" sub-directory: + the "examples/gb" sub-directory: cd /opt/gbdk/examples/gb make
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.