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

Docker cross-platform compiler #102

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

humbertodias
Copy link

@humbertodias humbertodias commented Sep 24, 2023

Building rom with docker

Tested on MacOS Ventura with Docker version 24.0.6, build ed223bc

Pre-requisite

  • Docker
  • git

How to test

Clone

git clone https://github.com/humbertodias/ngdevkit
cd ngdevkit

Shell

The following command will let you access the container that contains the embedded devkit and the current folder at /tmp/workdir.
So, you will be able to make the build of your rom easily without any local dependency

make -f Makefile.docker shell

Building examples

git clone --recursive https://github.com/dciabrin/ngdevkit-examples examples
cd examples
autoreconf -iv
./configure
cd 01-helloworld
make

The zipped rom will be storage at rom/puzzledp.zip

Running

Tested on Retroarch 1.16 using the core FB Alpha 2012 NeoGeo
image

@humbertodias humbertodias changed the title docker compiler Docker cross-platform compiler Sep 24, 2023
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.

None yet

1 participant