From 19fa5c9f01d60e5326329552ef1ff2994638176b Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 15 Nov 2020 22:21:09 +0200 Subject: [PATCH] Update README with gamepad and remote example compilation info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e1c89c2..27544ed 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ make cd bin ./example_basic ``` + +If you plan to use `example_gamepad`, make sure you have [SDL2](https://www.libsdl.org/) development files installed on your system. + +If you plan to use `example_remote-server` and `example_remote-client`, make sure that you have added [ofxJSON](https://github.com/jeffcrouse/ofxJSON) dependency to your `openFrameworks/addons` folder prior compilation. + ## Notes on Video Encoding Easiest way to achieve success is to use [HandBrake](https://handbrake.fr/) with the following settings. This will produce a `.mkv` file with 16bit FLAC audio with 22.05KHz sampling rate.