Skip to content

Commit

Permalink
Add warning about building outside of Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Sep 7, 2024
1 parent 9ec209c commit b9548fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SEGA Mega Drive MIDI Interface
# SEGA Mega Drive MIDI Interface
[![Build & Release](https://github.com/rhargreaves/mega-drive-midi-interface/actions/workflows/build.yml/badge.svg)](https://github.com/rhargreaves/mega-drive-midi-interface/actions/workflows/build.yml) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/rhargreaves/mega-drive-midi-interface?style=plastic)](https://github.com/rhargreaves/mega-drive-midi-interface/releases)

Control the Yamaha YM2612 and PSG of the Sega Mega Drive via MIDI.
Expand Down Expand Up @@ -59,6 +59,9 @@ You'll need to configure SGDK in your environment accordingly and make changes t
make
```

> [!WARNING]
> Building this project requires certain modifications to be applied to the SGDK. If you are not building using Docker you will need to manually apply patches from the [docker-sgdk](https://github.com/rhargreaves/docker-sgdk) repo (*.patch files in the root) otherwise the build or tests may fail.
## Contributions

Pull requests are welcome, as are donations!
Expand Down

0 comments on commit b9548fc

Please sign in to comment.