Skip to content

Add working Dockerfile to build the rom - #183

Open
luisvega23 wants to merge 1 commit into
cawtds:masterfrom
luisvega23:pokefirered-expanded
Open

Add working Dockerfile to build the rom#183
luisvega23 wants to merge 1 commit into
cawtds:masterfrom
luisvega23:pokefirered-expanded

Conversation

@luisvega23

Copy link
Copy Markdown

Hello ! This PRs adds a Dockerfile that let the user build the ROM from the get-go without installing any package in itsown computer.
To make it work, first build the dockerfile:

cd ${pokefirered-expansion-directory}
docker build -t pokefirered:builder .

Then, run the container:

docker run --it --entrypoint bash --name compiler pokefirered:builder make firered_rev1

Finally, get the created rom from the container

docker cp compiler:/home/pokefirered/pokefirered_rev1.gba . && date

Signed-off-by: livm <vvegem@gmail.com>
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

Successfully merging this pull request may close these issues.

1 participant