Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bensuperpc/docker-rgbds
rgbds compiler in docker
https://github.com/bensuperpc/docker-rgbds
compiler docker gameboy rgbds
Last synced: 21 days ago
JSON representation
rgbds compiler in docker
- Host: GitHub
- URL: https://github.com/bensuperpc/docker-rgbds
- Owner: bensuperpc
- License: mit
- Created: 2021-06-05T10:41:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T22:32:37.000Z (over 1 year ago)
- Last Synced: 2024-10-05T15:33:28.769Z (about 1 month ago)
- Topics: compiler, docker, gameboy, rgbds
- Language: Makefile
- Homepage: https://hub.docker.com/repository/docker/bensuperpc/rgbds
- Size: 33.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# docker-rgbds
### _gameboy compiler rgbds in docker_
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/powered-by-jeffs-keyboard.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/contains-cat-gifs.svg)](https://forthebadge.com)[![docker-rgbds](https://github.com/Bensuperpc/docker-rgbds/actions/workflows/main.yml/badge.svg)](https://github.com/Bensuperpc/docker-rgbds/actions/workflows/main.yml)
# New Features !
- Multi-plateform build (ARM64, ARMv7, PPC64le, AMD64, I386...)
#### Install
You need Linux distribution like Ubuntu or Manjaoro```sh
https://github.com/Bensuperpc/docker-rgbds.git
```
```sh
cd docker-rgbds
```
#### Usage```sh
./compiler.sh make (where project to build)
```
#### Exemple
clone https://github.com/KeetKhat/gameboy-coeur-dx and go to gameboy-coeur-dx directory, after that :
```sh
../compiler.sh make -C src all
```#### Build
```sh
make linux/amd64 or make linux/arm64
```### Todos
- Write Tests
- Continue dev. :D### More info :
- https://github.com/gbdev/rgbds
- https://github.com/KeetKhat/gameboy-coeur-dxLicense
----MIT License
**Free Software forever !**