From 03e6afb7f452c05fbdf757c7a6235bed717d7705 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 20 Nov 2020 18:06:24 +0200 Subject: [PATCH] Remove installation note for example_gamepad since the decision to remove it --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0f45696..5c810db 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,6 @@ 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. ## Usage