From d83adefa69d612e1ce83b054f057fc8e9f502d12 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Thu, 19 Nov 2020 22:14:50 +0200 Subject: [PATCH] Add info about patches for msys2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6d2ff6..62a6e59 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Clone or download the repository to your openFrameworks addons folder. Make sure Please install the [ofxOMXPlayer](https://github.com/jvcleave/ofxOMXPlayer) addon before compiling. - Other platforms Please rename the `addons.make.rpi` file to `addons.make`. +- Windows MSYS2 + Go to `patches/msys2` directory and run `./patch.sh` To test, use Terminal to change the directory to `example_basic`, compile and run.