From ea851c83b19ea0ac257dfcb6d46bf8a34e0258c6 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Tue, 27 Mar 2018 00:27:54 +0200 Subject: [PATCH] Add instructions to use ofxJSON patch to compile on arch and oF master --- example_remote-client/README.md | 7 +++++++ example_remote-server/README.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/example_remote-client/README.md b/example_remote-client/README.md index 24429f0..2c60476 100644 --- a/example_remote-client/README.md +++ b/example_remote-client/README.md @@ -19,3 +19,10 @@ JSON is used as the data format between ofxPiMapper remote control server and cl ``` cd openFrameworks/addons git clone https://github.com/jeffcrouse/ofxJSON.git +``` + +To be able to compile on Arch Linux gcc 7 and latest openFrameworks, use the following. + +``` +git clone https://github.com/PTS93/ofxJSON.git +``` diff --git a/example_remote-server/README.md b/example_remote-server/README.md index 5e0ba3d..89db143 100644 --- a/example_remote-server/README.md +++ b/example_remote-server/README.md @@ -22,3 +22,10 @@ JSON is used as the data format between ofxPiMapper remote control server and cl ``` cd openFrameworks/addons git clone https://github.com/jeffcrouse/ofxJSON.git +``` + +To be able to compile on Arch Linux gcc 7 and latest openFrameworks, use the following. + +``` +git clone https://github.com/PTS93/ofxJSON.git +```